The application is currently deployed and accessible at:
Connect Repository
Link your GitHub repo to Render.
Configuration
Root Directory: backend
Build Command:
pip install -r requirements.txt
Start Command:
uvicorn app.main:app --host 0.0.0.0 --port 10000
Environment Variables
Add all strictly required variables (Keys, DB URL, etc.).
Import Project
Import the same repo into Vercel.
Configuration
Root Directory: app-frontend
Framework Preset: Next.js
Environment Variables
Set NEXT_PUBLIC_API_BASE_URL
to your Render backend URL.
SECRET_KEY=...
ENCRYPTION_KEY=...
GROQ_API_KEY=...
OPENAI_API_KEY=...
GEMINI_API_KEY=...
ENVIRONMENT=production
ALLOWED_ORIGINS=https://londoolink-ai.vercel.app,http://localhost:3000
DATABASE_URL=postgresql://...
JWT_ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
NEXT_PUBLIC_API_BASE_URL=https://londoolink-ai.onrender.com