Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelieutenant/gofiber-template
:rocket: Go Fiber App Starter Kit
https://github.com/codelieutenant/gofiber-template
boilerplate boilerplate-template code-quality easy-to-use fiber go gofiber golang golang-application golang-examples production production-ready template
Last synced: about 1 month ago
JSON representation
:rocket: Go Fiber App Starter Kit
- Host: GitHub
- URL: https://github.com/codelieutenant/gofiber-template
- Owner: CodeLieutenant
- License: apache-2.0
- Created: 2020-10-28T12:53:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T14:10:18.000Z (8 months ago)
- Last Synced: 2024-10-12T14:03:12.731Z (about 1 month ago)
- Topics: boilerplate, boilerplate-template, code-quality, easy-to-use, fiber, go, gofiber, golang, golang-application, golang-examples, production, production-ready, template
- Language: Go
- Homepage:
- Size: 278 KB
- Stars: 30
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Go Fiber BoilerplateMinimal Fiber boilerplate with dev essentials
## Features
- Built-in DI container
- Air (Live reload for Go apps)
- App Configuration
- Test utitilities
- Logging
- Ready made Dockerfile
- Makefile
- Github Actions## Packages
- [Fiber](https://docs.gofiber.io/)
- [Viper](https://github.com/spf13/viper)
- [Cobra](https://cobra.dev/)
- [Go Playground](https://github.com/go-playground/validator)
- [ZeroLog](https://github.com/rs/zerolog)
- [Testify](https://github.com/stretchr/testify)
- [Air](https://github.com/cosmtrek/air)## Support
If you are having problems, please let us know by [raising a new issue](https://github.com/BrosSquad/GoFiber-Boilerplate/issues/new).
## License
This project is licensed with the [Apache License 2.0](LICENSE).