Installation
Three ways to run eval_752, depending on your goals.
Docker (recommended)
The fastest path. Boots the full stack — PostgreSQL, Redis, FastAPI, Celery, and the React frontend — in one command.
Requirements:
- Docker Desktop installed and running
- At least 4 GB RAM and 2 CPU cores allocated to Docker
Verify it's healthy:
Then open http://localhost:5173.
The workspace starts empty — that's by design. See Quick Start for the full first-run walkthrough.
Using prebuilt images (GHCR)
Skip the build step by pulling published images:
Local development
For contributors who want to run services outside Docker.
Requirements:
- Python 3.12+, Node.js 20+, PostgreSQL 14+, Redis 7+
- Astral
uvfor Python dependencies - pnpm for frontend dependencies
Backend
Frontend
Workers (separate terminals)
Production deployment
See the Deployment Guide for production strategies.
Next steps
- Quick Start — full first-run walkthrough
- Configuration — environment variables and runtime settings
- Managing Providers — connect your first API endpoint
