Spaces:
Sleeping
Sleeping
FairValue
feat: production web app — React/Vite frontend + FastAPI backend with Render/Vercel deployment
b72652e | 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: / | |