Monastery360
- Description: A web app showcasing monastery and travel information for Sikkim.
Demo: https://www.youtube.com/watch?v=EHAq3YKuGMo
Quick Start
- Backend: Install Python dependencies and run the FastAPI server:
python -m venv .venvpip install -r backend/requirements.txtuvicorn backend.gemini:app --reload --port 8000
- Frontend: From
frontend/install and run:pnpm installpnpm dev
Environment
- Required:
GEMINI_API_KEY(the Google Gemini API key) set inbackend/.envor the environment.