- #35: Chi router with structured logging, panic recovery, request ID, graceful shutdown - #36: golang-migrate framework with initial extensions migration - #37: Expanded config package with server, database, CORS, rate limit settings - #38: GitHub Actions CI pipeline for Go and React - #39: Multi-stage Dockerfile for Go API (alpine, non-root, <30MB) - #40: Multi-stage Dockerfile for React frontend with Nginx SPA routing - #41: Production Docker Compose with all services and health checks - #44: Health check endpoints (/healthz liveness, /readyz readiness) - #45: CORS, security headers, and rate limiting middleware Closes #35, closes #36, closes #37, closes #38, closes #39, closes #40, closes #41, closes #44, closes #45
14 lines
109 B
Plaintext
14 lines
109 B
Plaintext
.git
|
|
.github
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
web
|
|
node_modules
|
|
bin
|
|
*.md
|
|
*.test
|
|
*.out
|
|
coverage.*
|
|
docker-compose*.yml
|