Django REST framework based web server for the Queueing App.
Rudresh Panchal, Avais Pagarkar, Swapneel Mehta
Anant Joshi, Saumya Shah, Sarmishta Velury, Edward Gonsalves
Sahil Jajodia
First make sure you have Docker and docker-compose installed on your system. Also make sure your local mysql server is not running. Then navigate to this directory and type
docker-compose run web python manage.py makemigrations
docker-compose run web python manage.py migrate
docker-compose up