pip install -r geo_service/requirements.txt python -m uvicorn main:app --reload --port 8000
npx create-next-app@latest web --typescript --eslint --app --src-dir --use-npm --disable-git --yes cd web npm run dev
In the web directory, create a .env.local folder containing the following:
- NEXT_PUBLIC_API_URL
- NEXT_PUBLIC_MAPBOX_TOKEN
- MAPBOX_TOKEN