Boiler-plate created for writing services in go-lang with features
- Authentication via Jwt
- Fetching config from file and server
- DB Layer using Gorm and migrations using goose
- Cache layer in case you need to fetch via redis
- Logging via Zap
- Sample Docker file
You can clone this project and make necessary changes in the config file to start using it.
- go version (1.12 and above)
- ide of your choice(visual studio code, goland)