How to run: Backend: Start a virtual environment python -m venv venv source venv/bin/activate Install packages pip install -r requirements.txt Run python manage.py migrate Start the server python manage.py runserver Frontend npm i npm run dev Visit http://localhost:5173/