How to run:
clone the repo
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirement.txt
$ python manage.py runserver 8002
Head to http://localhost:8002/ for the API dashboard.
http://localhost:8002/doctors/
How to run:
clone the repo
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirement.txt
$ python manage.py runserver 8002
Head to http://localhost:8002/ for the API dashboard.
http://localhost:8002/doctors/