Skip to content

A GO and MongoDB REST API using gorrilla/mux for routing

License

Notifications You must be signed in to change notification settings

ElectronSz/Go-MongoDB-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-MongoDB-REST-API

A GO and MongoDB REST API using gorrilla/mux for routing

Prerequisite

  • MongoDB Server [ running on a remote server or local ]
  • Insomnia or Postman [ for REST-API endpoint testing]
  • GCC Compiler [ WinG W for windows ]

Install Go packages

  • Mux
go get "github.com/gorilla/mux"
  • MongoDB Driver
go.mongodb.org/mongo-driver/mongo 

Documentation

MongoDB Driver Docs GoLang Docs


GitHub repo size GitHub go.mod Go version GitHub Coder

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

About

A GO and MongoDB REST API using gorrilla/mux for routing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages