This project was created to learn golang with go fiber framework
- Run docker compose with command
docker compose up
- Run Migration DB
migrate -database "mysql://root:root@tcp(localhost:3306)/gofiber_clean_architecture" -path db/migrations up
- Run application with command
go run main.go
- Database ORM
- Database Relational
- Json Validation
- JWT Security
- Database migration
- Docker Support
- Open API / Swagger
- Integration Test
- Http Client
- Error Handling
- Logging
- Cache