LibraryDjango Installation Install Python pip install django djangorestframework Run Run cmd Go to the project folder Enter the command: python main.py runserver 127.0.0.1:8000 To go to the site go to 127.0.0.1:8000 Profit!