Pre-requisites: Python3, pip
Install
1- django
2- djangorestframework
After installing the above dependencies, through terminal go to the project directory and run these commands:
1- python manage.py makemigrations
2- python manage.py migrate
3- python manage.py runserver //to start the server