https://github.com/codemicro/abigit
https://github.com/codemicro/abigit
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemicro/abigit
- Owner: codemicro
- License: agpl-3.0
- Archived: true
- Created: 2022-09-13T12:41:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T12:41:36.000Z (over 3 years ago)
- Last Synced: 2025-10-13T14:23:09.297Z (8 months ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fiber-sql
A project template for a web application based on the Fiber web framework. This incorporates:
* Error handling with `github.com/rs/zerlog` and `github.com/pkg/errors`
* Database migrations (requires Go v1.18 or newer)
* Tools to load YAML-based configurations
## To use this template:
* Add a `LICENSE`
* Update the package name in `go.mod` and in the imports within the application
* Rename the `application` directory to your application's name
* Define your database DSN and driver
* Write some code and make an app, I guess?