Install postgresql. Commands to install and configure postgresql in Linux are given below.
$ sudo apt update
$ sudo apt install postgresql postgresql-contrib
Install requirement.txt using bellow specified command pip install requirements.txt after that
This will install the Django Framework and reqired nessecary libraries.
After installing you can directly run python manage.py runserver to intilize this repo.