Skip to content

lopezjurip/revel-mongo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mounting Go Revel API + MongoDB on Docker

Build Status

See step by step

https://blog.lopezjuri.com/2015/12/29/mounting-go-revel-api--mongodb-on-docker.

Getting Started

Install

# Dependencies
go get github.com/revel/cmd/revel
go get github.com/tools/godep

# Project
go get github.com/mrpatiwi/revel-mongo-api
cd $GOPATH/src/github.com/mrpatiwi/revel-mongo-api

# Install dependencies with Godep
godep go install ./app

Start the web server

revel run github.com/mrpatiwi/revel-mongo-api

Go to http://localhost:9000/ and you'll see

"It works"

About

Mounting Go Revel API + MongoDB on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published