A project template for a web application written in Go based on the Fiber web framework
Find a file
AKP b9df43826a
Replace nil argument to function call
Signed-off-by: AKP <tom@tdpain.net>
2022-10-02 23:52:52 +01:00
hooks Refactor for use with Cookiecutter 2022-10-02 21:26:54 +01:00
{{cookiecutter.projectSlug}} Replace nil argument to function call 2022-10-02 23:52:52 +01:00
cookiecutter.json Refactor for use with Cookiecutter 2022-10-02 21:26:54 +01:00
README.md Refactor for use with Cookiecutter 2022-10-02 21:26:54 +01:00

cookiecutter-go-web-app

A project template for a web application written in Go based on the 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 installed.

python3 -m pip install --user --upgrade cookiecutter

cookiecutter https://github.com/codemicro/cookiecutter-go-web-app.git