Getting started Clone the repository. Running the app Install all the requirements in your environment. pip install -r requirements.txt After that, run the app using Django manage.py. python manage.py runserver Access the homepage on http://localhost:8000