Fork and clone the repository to your local machine.
To initialize the project, first install Django. For that, open the cloned repository folder on your IDE and open a terminal. Then type
pip install django
Then install pymongo
pip install pymongo
Lastly, install dnspython
pip install dnspython
Once they are installed, type
python manage.py runserver to start the server. You'll geta msg indicating where the project has been initialized (probably at http://127.0.0.1:8000/).