First create a virtual environment (Windows) python -m venv .venv source .venv/Scripts/activate Install all the dependencies pip install -r requirements.txt Boot the server python manage.py runserver Open the frontend of app