fairvalue-api / render.yaml
FairValue
feat: production web app — React/Vite frontend + FastAPI backend with Render/Vercel deployment
b72652e
raw
history blame contribute delete
305 Bytes
services:
- type: web
name: fairvalue-api
runtime: python
region: oregon
plan: free
buildCommand: pip install -r requirements.txt
startCommand: uvicorn api.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.11.0
healthCheckPath: /