- Install python libraries
- cd backend; pip install -r .\requirements.txt; py -3 .\app.py
- Initialize npm
- cd frontend; npm install; npm run dev
- Backend runs on localhost:8000
- Frontend runs on localhost:3000
- All environment variables must start with
NEXT_PUBLIC_to be accessible in the frontend - Never commit .env.local files to git
.next frequently gets corrupted run this in the frontend directory:
- Remove-Item -Recurse -Force .next