Backend Create/activate the vitrual environment python -m venv env .\env\Scripts\activate Install all the dependencies required pip install -r requirements.txt Migrate the database python manage.py migrate Run the app python manage.py runserver