/GORestAPI-MongoDB

Simple REST API in GO language using Mongo DB.

Primary LanguageGoMIT LicenseMIT

GORestAPI-MongoDB

Simple REST API in GO language using Mongo DB.

Instructions

Install Go Programming language latest version

N|Solid

To get basic external modules for REST API

go get github.com/gorilla/mux gopkg.in/mgo.v2 github.com/BurntSushi/toml
  • mux - Request router and dispatcher for matching incoming requests to their respective handler
  • mgo - MongoDB driver
  • toml - Parse the configuration file (MongoDB server & credentials)

To get this repository and run

$ git clone https://github.com/nandakumar111/GORestAPI-MongoDB.git
$ go run app.go