This workspace now contains:
- Frontend: Next.js app (root folder)
- Backend: FastAPI app in
backend/(cloned fromBlueQuery-backend)
- Create a Python environment in
backend/. - Install backend dependencies.
- Set env vars:
GEMINI_API_KEYARGO_DB_PATH(default already points tobackend/database/argo_floats_new.db)
- Start API:
cd backend
python -m uvicorn main:app --host 127.0.0.1 --port 8000Health check:
curl http://127.0.0.1:8000/health- Set
BACKEND_URLin.env.local(or use.env.example):BACKEND_URL=http://127.0.0.1:8000
- Start frontend:
npm run devThen open landing page and click Explore FloatChat.