GoLang API server that utilizes Fiber and Google's Wire DI.
In order to re-use this template, we need to perform some manual steps: (TODO: to automate some steps plus some extra codegen)
- Do a global find and replace of
github.com/roger-king/gh-template.- This is needed because of how go does imports!
- WIP: automating this step!
- Ensure you have docker installed!
# run docker-compose command
make start
# generate wire_gen file
make wire
# production build
make build