There are many great golang rest-api templates available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create a golang-mongodb template so ...
Make sure MongoDB is running locally. Configure MongoDB connection in config/db.go. Golang_JWT_Authentication/ │ ├── config/ # MongoDB connection ├── handlers/ # Signup, Login, Refresh, Admin handlers ...