Express + TypeScript backend with PostgreSQL: CRUD endpoints for /races (GET list with year/month filters, GET by id, POST, PATCH, DELETE), health/readiness probes, SQL migration runner, seed script with upsert from CSV, camelCase/snake_case mapper, CORS, env validation, docker-compose, and API docs for frontend. Made-with: Cursor
5 lines
31 B
Plaintext
5 lines
31 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
*.log
|