Backend: - Add PostgreSQL service to docker-compose with health checks - Add SQLAlchemy async models for all entities (Agency, User, Campaign, Proof, ProofVersion, FlaggedItem, ResolvedItem, ErrorItem) - Add Alembic migration framework with initial schema migration - Add repository layer for CRUD operations - Add REST API endpoints for campaigns, proofs, and audit items - Add file storage service for proof uploads - Update WebSocket handler to optionally persist analysis results Frontend: - Add apiService.ts for REST API communication - Update geminiService.ts to support database persistence options Deployment: - Update deploy.sh to handle database migrations (6-step process) - Update Dockerfile to include alembic configuration - Add PostgreSQL environment variables to .env templates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
264 B
Text
13 lines
264 B
Text
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-dotenv>=1.0.0
|
|
google-genai>=1.5.4
|
|
pydantic>=2.5.0
|
|
python-multipart>=0.0.9
|
|
aiofiles>=23.2.1
|
|
websockets>=12.0
|
|
python-jose[cryptography]>=3.3.0
|
|
httpx>=0.26.0
|
|
sqlalchemy[asyncio]>=2.0.0
|
|
asyncpg>=0.29.0
|
|
alembic>=1.13.0
|