Problem Statement: We are left with no option to believe on the degrees displayed in the clinics of the physician treating us because of unavailability of information. In hospital, there are no degrees on display of physicians available in such hospital. We should be vigilant about the skills of physicians before handing over our life in their hands.
Solution: The goal isto provide authentic information about qualificationof the physician before availing treatment from thephysician as well as protect patients from bogus physicians.
We can search for doctors using search box. I have used jquery autocomplete which will help the user to search with that name.
User can give feedback as well as complaint for doctors which they visit.
User can contact admin for any feedback or complaints regarding website or any other reason using the contact form.
In admin panel, for Doctor's location we can add the source link from embeded google map link from google maps so that will show the location of the clinic or hospital.
Clone this repo to your local machine using https://github.com/suyashphatak23/Doctor-Authentication-Website
Refer the link: https://realpython.com/django-setup/
-
Install Python and PIP
-
Open Command Prompt
-
Install django python-libray in your local machine by using following commands:
> pip install django
-
Install pillow python-libray in local machine by using following commands:
> pip install pillow
-
Go to Project directory and open Command Prompt with the directory location.
-
Type
> python manage.py runserver
- This will give you link to the server. Click it to go to website.