Skip to content

nandakumar111/mongo-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/mongo-golang.git
$ go run registry.go

Loading..!! (push will soon) :P

About

Mongo DB All function in Go Language API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages