Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 663 Bytes

File metadata and controls

42 lines (29 loc) · 663 Bytes

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