Doctor-Patient

Doctor Patient Management Application
This webapp will help doctors manage patients,their medical details,appointments etc.

On the backend side the website uses django

To install django the command is

pip install django

Now to run the website,clone the repository and write the command python manage.py runserver to start the server Then just open the URL localhost:8000 to run the website