- Run frontend locally:
cd docs && python -m http.server - Configure map authentication on Stadia.
- Forked to own domain
- Link to custom domain
- Google sheets access from Python following this tutorial
- Google JSON env downloaded from Google Cloud Console then the string
f"'{json.dumps({...})}'"added to .env variableGOOGLE_JSON - Get started:
pip install -r api/requirements.txt - Run backend locally:
python api/app.py - Update locations:
python api/update_location_database.py - Backend is deployed to Vercel
- Black:
black api