- 1.5
- gin
- gorm
- godotenv
- define your .env file in root project
- define CONN_STRING in .env file, for example :
CONN_STRING="user=gorm password=gorm dbname=gorm port=9920 sslmode=disable TimeZone=Asia/Shanghai"
- define LISTEN_PORT in .env file, for example :
LISTEN_PORT=":8080"
- running docker-compose
$~ docker-compose up --build -d