codemicro / cookiecutter-go-web-app

[mirror] A project template for a web application written in Go based on the Fiber web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[mirror] A project template for a web application written in Go based on the Fiber web framework


Languages

Language:Go 99.6%Language:Shell 0.4%