| # 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 | |
| # 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 | |