Skip to content

Devko/beego-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beego-example

Short tutorial on writing Go webapps with beego.

It will covers the following topics:

  • authentication
  • user management
  • ...

Installing

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

beego itself is quite well documented, you can find the documentation here:

About

Short tutorial on writing Go webapps with beego

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages