Deployment Guide

Backend (Render)

  • Build command: pip install -r backend/requirements.txt

  • Start command: cd backend && uvicorn main:app --host 0.0.0.0 --port $PORT

Frontend (Netlify)

  • Build command: cd frontend-react && npm install && npm run build

  • Publish directory: frontend-react/build

Last updated