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
- Host: GitHub
- URL: https://github.com/fsamin/startwithgomartinimongodb
- Owner: fsamin
- Created: 2015-02-10T20:05:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T20:08:40.000Z (over 10 years ago)
- Last Synced: 2024-04-16T20:10:49.806Z (about 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`