- Ensure you have the
.env.localfile in the fronted directory
npm installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
- Ensure you have the
.envfile in the backend directory
cd backendpython -m venv envMacOS/Linux:
source ./env/bin/activateWindows Powershell:
.\env\Scripts\Activate.ps1Windows Bash:
source ./env/Scripts/activatepip install -r requirements.txtuvicorn main:app --reloadOpen http://localhost:8000 with your browser to see the result.