chore: prepare for Vercel + Koyeb deployment

- API base URL now reads from VITE_API_URL env var (frontend)
- WorldMap localhost URLs replaced with env-aware API constant
- Added httpx to backend requirements (live data proxy)
- Added Procfile for Koyeb backend deployment
- Added vercel.json for frontend SPA routing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kansaram
2026-06-07 18:46:51 +05:30
co-authored by Claude Sonnet 4.6
parent 4bf370ba81
commit aaa0acf64b
5 changed files with 15 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
web: uvicorn app.main:app --host 0.0.0.0 --port $PORT
+1
View File
@@ -6,3 +6,4 @@ pandas>=2.0,<4.0
yfinance>=0.2.38
pydantic>=2.0,<3.0
reportlab>=4.0,<5.0
httpx>=0.27,<1.0