From command line:
pip install Django==3.0.6
From command line:
cd (path to the directory you want)
git clone https://github.com/rolfxli/hackthe6ix2020backend
You may also use the clone button on the repository along with Github Desktop
From the command line:
cd ~/hackthe6ix2020backend/discussAI
python manage.py runserver
Open a browser, and go to http://127.0.0.1:8000/api/documents/ to view an example of documents
Open a browser, and go to http://127.0.0.1:8000/admin. Enter you credentials and you should be able to edit the models.