You can deploy this app yourself to Heroku to play with.
It is best to use the python virtualenv
tool to build locally:
$ virtualenv-3.8 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ DEVELOPMENT=1 python manage.py runserver
Then visit http://localhost:8000
to view the app.