Each of the directories are an independent Django Project.
For the most part you can run all of them by following the steps below:
pip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py collectstaticpython manage.py runserver