Tech Stack:
- Gin Web Framework
- GORM.io
- MySQL
Notable:
- Design Pattern: Controller/Api, Model, Repository, Service
- Helper support
- Migration support
- Middleware support
- API Auth with OAUth 2.0 standard
- Kafka Message Broker Support
How To:
- Run
go mod tidy
- Run
go run .