JWT authentication using gin-gonic and MongoDB
- Run
go mod download
for installing dependencies. - Create a
dev.yaml
and specify config values of your own. - Open Terminal/Cmd and run
make dev
.
Check makefile for
go run
command with profile and for other commands.
Create a github issue to report 😊.