Clone the repository.
Install Pipenv if you don't have already.
Create virtualenv using pipenv.
Then install Pipenv.lock file in created virtualenv to install dependencies.
Project use postgres as database, install if you don't have already.
Create a Database with password, user in psql shell.
For Reference you can pick the existing names or you can change the existing names in settings.py.