- Programming Language : Go v 1.21.0
- Framework : GIN
- ORM : Gorm
- Database : PostgreSQL
- Log : Logrus
- Testing Tools : Testify
- Clone this repository to your local
- Make a copy of file
.env.example
and rename it to.env
- Fill
.env
with your credential - Run docker storage with
docker compose up -d
- Run app with
go run cmd/main.go