A template for a GoLang backend using Fiber, MongoDB, a Makefile, and more
- Install extra packages:
go install github.com/cosmtrek/air@latest
go install github.com/swaggo/swag/cmd/swag@latest
- Clone the repo
- Create your own .env file
make dev
- view docs at http://localhost:8080/swagger
make dev
- runs the server in development modemake swagger
- generates the swagger docs