/DartBackend

The API for the DART app.

Primary LanguagePython

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