This repository was made thinking on a personal project that I never ended using, but I think that if you want a first approach to go to create a simple API that read/write from a DB using a ORM, it's a decent template of where to start.
If you have any suggestion on how to improve it, to help others have a better understanding of the code and improve the quality. I would love to review that PR.
This project is licensed under MIT License, for more info about that, please read the LICENSE.md file.
- fiber docs: https://gofiber.io/
- GORM docs: https://gorm.io/docs/index.html
- Go official docs: https://golang.org/doc/
I would like to add the following to the project by time. (of course any help would be greatly appreciated)
- unit tests
- benchmark tests
- push the project to Heroku