- Install Go DotEnv (to setup our env variables)
go get github.com/joho/godotenv
- Install Gin Gonic (REST Framework for GOLang)
go get -u github.com/gin-gonic/gin
- Install Go MongoDB Driver
go get go.mongodb.org/mongo-driver
- Test With Postman Postman collection