Skip to content

nenjotsu/go-gin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gin-api

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)

Local Setup

Pre-requisite:

Building

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

Get Go Packages needed

  1. Download and install gin-gonic:

    $ go get gopkg.in/gin-gonic/gin.v1
  2. Download and install mgo:

    $ go get gopkg.in/mgo.v2
  3. 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.

Releases

No releases published

Packages

No packages published

Languages