Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 368 Bytes

DartBackend

The API for the DART app.


  • fork and clone the repo
  • install the requirements.txt
pip install -r requirements.txt

Migrating the Models

python manage.py makemigrations
python manage.py migrate

Running the server locally

python manage.py runserver