docker compose up --buildServices:
- Web:
http://localhost:3000 - API:
http://localhost:8000 - Postgres:
localhost:5432 - Redis:
localhost:6379
cd apps/api
python -m venv .venv
source .venv/bin/activate
pip install -e .
python -m app.api_cliThis repository includes render.yaml for:
papersurveyor-webpapersurveyor-apipapersurveyor-worker- managed PostgreSQL
- managed Redis
Recommended post-deploy step:
python -m app.api_cliOr run the same initialization in a one-off shell on the API service.