RESTful API to manage movies written in Go and uses MongoDB as storage How to use Build RESTful API in Go and MongoDB https://golang.org/dl/ Install packages go get github.com/BurntSushi/toml gopkg.in/mgo.v2 github.com/gorilla/mux Run go app: go run app.go