Discover, track, and fly Space Available flights.
- Runtime: Go (compiled binary in distroless container)
- Backing Services: PostgresSQL 18
- Docker (v29.4)
- Docker Compose (v5.1+)
- Go (1.26+ for local development)
# 1. Configure env vars
cp .env.example .env
vim .env
# 2. Start app
docker compose up --build -d
# 3. Tear down
docker compose down -vgo test -cover -race -shuffle=on ./...golangci-lint run