gorestapi-mongodb

command module
v0.0.0-...-c10c38b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2019 License: MIT Imports: 8 Imported by: 0

README

GORestAPI-MongoDB

Simple REST API in GO language using Mongo DB.

Instructions

Install Go Programming language latest version

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL