A starter template for golang based web projects. The template follows convention over configuration pattern with focus on performance & ease of use
The following packages are used to build the template:
- Echo Web Framework & a bunch of echo plugins
- Zap Logging Library
- Cleanenv Config Library
- Install Swag CLI
- Run
swag init
Best to add it as a part of your CI pipeline
- If you want to enable hot reload, install air
- Run
air start
to start the api server
TODO