GoLang + Gin + MongoDB Stack
Web Application stack built with the following technologies:
- GoLang for developing the backend
- Gin for API routing
- MongoDB for the Database (NoSQL)
Pre-requisite:
Developers can easily build GoGAM using NPM and gulp.
First install or update your local project's npm tools:
# First install all the NPM tools:
npm install
# Or update
npm update
-
Download and install gin-gonic:
$ go get gopkg.in/gin-gonic/gin.v1
-
Download and install mgo:
$ go get gopkg.in/mgo.v2
-
Download and install mgo & mgo bson:
$ go get gopkg.in/mgo.v2 $ go get gopkg.in/mgo.v2/bson
For more details on how the build process works and additional commands (available for testing and debugging) developers should read the Build Instructions.