File size: 182 Bytes
2fe573b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Render.com Deployment Configuration

## Build Command:
pip install -r backend/requirements.txt

## Start Command:
cd backend && uvicorn main:app --host 0.0.0.0 --port $PORT