How to run (local testing):
-
pip install -r requirements.txt npm install face-api.js
-
On Terminal 1, cd into backend
- source run_local_sqlite.sh
- Backend runs at http://localhost:8000
-
On Terminal 2, cd into frontend
- npm install (if first time)
- npm run dev
- Frontend runs at http://localhost:3000