This project is an example of how can we create REST API's with Golang using Gofiber.
- Different database adapter support
- Singleton database connection pattern
- Integration tests
- Global error handling
- Example middlewares
- Example CRUD pattern implementation with Models and Controllers