Skip to content

Kamalesh-Seervi/GO-application-with-Gorilla-MUX-and-MongoDB-driver

Repository files navigation

GO Application with Gorilla MUX and MongoDB driver

image

Installation

GoLang

  • Mac Arm64
https://go.dev/dl/go1.21.0.darwin-arm64.pkg
  • Linux
https://go.dev/dl/go1.21.0.linux-amd64.tar.gz
  • Mac OS intel
https://go.dev/dl/go1.21.0.darwin-amd64.pkg
  • Windows
https://go.dev/dl/go1.21.0.windows-amd64.msi

Gorilla Mux

go get -u github.com/gorilla/mux

MongoDB Driver

go get github.com/mongodb/mongo-go-driver

Check Out Blog for Working of it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages