Clone the project execute: pip install -r requirements.txt open postgresql on your terminal / client create table with following settings
'DB_NAME': 'usertracking', 'USER': 'ANY ', 'PASSWORD': 'ANY', 'HOST': 'localhost', 'PORT': '',
Add user name and password in the settings.py file of the project
RUN migration then run python manage.py runserver