https://github.com/codemicro/cookiecutter-go-web-app
[mirror] A project template for a web application written in Go based on the Fiber web framework
https://github.com/codemicro/cookiecutter-go-web-app
cookiecutter cookiecutter-fiber cookiecutter-go cookiecutter-golang
Last synced: 11 months ago
JSON representation
[mirror] A project template for a web application written in Go based on the Fiber web framework
- Host: GitHub
- URL: https://github.com/codemicro/cookiecutter-go-web-app
- Owner: codemicro
- Created: 2022-07-16T19:04:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T04:36:17.000Z (over 3 years ago)
- Last Synced: 2025-07-15T08:51:37.322Z (11 months ago)
- Topics: cookiecutter, cookiecutter-fiber, cookiecutter-go, cookiecutter-golang
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```