app
/API / backend · FastAPI · Python
- Port
- 8000
- Build
pip install -r requirements.txt- Start
uvicorn app.main:app --host 0.0.0.0 --port 8000- Health check
- /health
- Dockerfile
- None, a deploy generates one
- Needs
- Postgres
1 environment variable the code reads
- DATABASE_URL