Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️
- Clean Architecture
- Auto Generate Unit Testing Report
- Auto Generate Swagger Docs
- Auto Gen Depedency Injection with Google Wire
- Schema First Data Model with Prisma
- Versioning system for Database Migration with Bytebase
- Seperate route and handler
- Seperate Env config
- Database connection with best practice (conn pool)
- Custom sample middleware
- JWT Integration & sample
- Clone repositories
$ git clone
- Copy sample env
$ cp .env.example .env
- Run in your local machine (Unix / Linux / Windows)
$ make run-local
otw
star & watch for get the latest update
read more: https://gofiber.io/