Skip to content

A website where authentication of doctors is checked using Django Web Framework.

Notifications You must be signed in to change notification settings

suyashphatak23/Doctor-Authentication-Website

Repository files navigation

Python logo

Django logo

HTML CSS JS logos

jQuery logos

Bootstrap logo

TrueHealth : A Healthcare Website

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.

Build Status Coverage Status

Demo Video

YouTube Link

Deployment Link

Heroku Deployment

Features

Search

We can search for doctors using search box. I have used jquery autocomplete which will help the user to search with that name.

Feedback and Complaint

User can give feedback as well as complaint for doctors which they visit.

Contact

User can contact admin for any feedback or complaints regarding website or any other reason using the contact form.

Admin

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

Clone this repo to your local machine using https://github.com/suyashphatak23/Doctor-Authentication-Website

Setup

Refer the link: https://realpython.com/django-setup/

  1. Install Python and PIP

  2. Open Command Prompt

  3. Install django python-libray in your local machine by using following commands:

> pip install django
  1. Install pillow python-libray in local machine by using following commands:

> pip install pillow
  1. Go to Project directory and open Command Prompt with the directory location.

  2. Type

> python manage.py runserver
  1. This will give you link to the server. Click it to go to website.

License

License

MIT license