An open API service indexing awesome lists of open source software.

https://github.com/fsamin/startwithgomartinimongodb

Sample app written in GO with Martini and MongoDB connection
https://github.com/fsamin/startwithgomartinimongodb

Last synced: 2 months ago
JSON representation

Sample app written in GO with Martini and MongoDB connection

Awesome Lists containing this project

README

        

# StartWithGoMartiniMongoDB
Sample app written in GO with Martini and MongoDB connection

## How to build ?
- `$git clone `
- `$go get github.com/go-martini/martini`
- `$go get gopkg.in/mgo.v2`
- `$go build src/App.go`

## How to run ?
- `$./App`