/beePoc

My first steps with beego

Primary LanguageGo

Beego Proof of Concept

My first steps with beego and golang

To run the code

bee run -downdoc=true -gendoc=true

Swagger documentation is...

http://127.0.0.1:8080/swagger/

To run the mongoDB

docker run -d -p 27017:27017 -p 28017:28017 -e AUTH=no tutum/mongodb