cookiecutter-go-web-app/README.md
AKP 5f7c2f42ec
Refactor for use with Cookiecutter
Signed-off-by: AKP <tom@tdpain.net>
2022-10-02 21:26:54 +01:00

15 lines
No EOL
550 B
Markdown

# cookiecutter-go-web-app
A project template for a web application written in Go based on the [Fiber](https://github.com/gofiber/fiber) web framework. This incorporates:
* Error handling with `github.com/rs/zerlog` and `github.com/pkg/errors`
* Database migrations
* Tools to load YAML-based configurations
To use this template, you must have [Cookiecutter](https://github.com/cookiecutter/cookiecutter) installed.
```
python3 -m pip install --user --upgrade cookiecutter
cookiecutter https://github.com/codemicro/cookiecutter-go-web-app.git
```