Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 389 Bytes

this is our backend

set up by cloning, cd to the base folder, then setting up a python virtual environment and activating it (if you don't know how, you can google this)

then install the packages. in terminal:

pip install -r requirements.txt

Then set up the Django project as according to the youtube tutorial sent over slack. Make sure you can run in locally with no issues.