Page 1 of 11 http://127.0.0.1:3999/Go/quick.slide#1 Create an API Application In One Minute Using bee & beego to simplify your API development astaxie Zalora
Page 3 of 11 http://127.0.0.1:3999/Go/quick.slide#1 things to consider about API documentation make the api clearly simple maintenainable performance deployment
Page 5 of 11 http://127.0.0.1:3999/Go/quick.slide#1 beego beego is an open-source, high-performance, modularity, full-stack web framework. beego.me (http://beego.me)
Page 6 of 11 http://127.0.0.1:3999/Go/quick.slide#1 Features RESTful support MVC architecture modularity auto API documents annotation router namespace powerful develop tools full stack for web & API
Page 7 of 11 http://127.0.0.1:3999/Go/quick.slide#1 bee Bee is a tool for managing beego framework. bee new bee api bee run bee generate bee pack bee bale
Page 8 of 11 http://127.0.0.1:3999/Go/quick.slide#1 bee version bee migrate setup API in one minute install bee: go get -u github.com/beego/bee setup api application: bee api bcloud -conn=root:@tcp\(127.0.0.1:3306\)/bcloud