5 Commits

Author SHA1 Message Date
06de7c7ab0 feat: deploy via SSH with port 8080, idempotent migrations 2026-03-03 22:10:03 +01:00
091787a6da Merge branch 'develop' 2026-03-03 16:09:31 +01:00
7f278c6f63 complete backend plan 2026-03-03 16:09:13 +01:00
9119474e71 Update docker-compose.yml 2026-03-02 16:51:19 +00:00
4d0917f5df step 1 complete: runnable FastAPI skeleton
- Full directory structure with all __init__.py stubs
- requirements.txt with all pinned dependencies
- app/config/settings.py (BaseSettings, env-based)
- app/main.py (CORS, lifespan, /api/v1/health)
- Dockerfile (multi-stage, Python 3.12-slim, non-root user)
- docker-compose.yml (app + postgres:16 with healthcheck)
- .env.example
- BACKEND_PLAN.md: mark step 1 done, add one-step-at-a-time rule

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 23:51:37 +01:00