Short tutorial on writing Go webapps with beego.
It will covers the following topics:
- authentication
- user management
- ...
Prerequisites: Go 1.1
go get github.com/astaxie/beego
go get github.com/astaxie/bee
beego is the web framework, bee is a comand line tool for simple creation of new project and easy development.
Now clone the tutorial:
git clone https://github.com/Devko/beego-example.git
beego itself is quite well documented, you can find the documentation here: