A backend of website using Gin framework.
docker compose --env-file ".env.local" -f "db.local.compose.yml" up -d --build- Create .env.local file and fill it. You could see the example from .env.example
- Simply start devcontainer (Don't forget to install Docker)
- Run dev command
go run main.goor using air
air