In /backend
- run
source venv/bin/activate
to activate the virtual environment. - run
make run
to start the FastAPI server.
In /frontend
- run
yarn start
to start the Next.js server.
See frontend: http://localhost:3000/
See backend docs: http://127.0.0.1:8000/docs#/