HELMET DETECTION BACKEND

Check the settings.py file once for correct DB settings and change it accordingly

git clone https://github.com/thesanjithkumar/helmet-detection-backend-django.git
cd helmet-detection-backend-django
pip install virtualenv
virtualenv django_env

Activate the virtualenv "django_env"

pip install -r requirment.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Go to http://localhost:8000 to see the output