Build a REST API with Golang and MongoDB - Gorilla/Mux Version
This repository shows the source code for building a user management application with Golang using the Gorilla/Mux package and MongoDB.
Article Link
Refactor this repository to add Swagger with swaggo lib. Some of best coding practices have been skipped.
- run
go mod download
- run
make init