Installation Create virtual environment python -m venv venv && source venv/bin/activate Install dependendies pip install -r requirements.txt Migrate database python manage.py migrate Start the backend python manage.py runserver