Skip to content

Janhavi-23/HospitalHub

 
 

Repository files navigation

HospitalHub

A peer review and rating system for healthcare services. HospitalHub enables individuals to search its database of doctors, hospitals, and other healthcare services. It enables doctors and hospitals to enlist themselves.

The database used here is SQLlite. You should implement a similar design in MySQL and change the database in HospitalHub/HospitalHub/settings.py. You may simply uncomment to change to MySQL.

Home

HospitalList

HospitalReview

DoctorReview

To run the server:

  • Install the dependencies.
  • cd HospitalHub
  • python3 manage.py runserver 0.0.0.0:3000 to run on port 3000

It was hosted on Heroku for a brief period. We created this website to learn Django, and later submitted it as our third-year engineering project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.1%
  • HTML 38.0%
  • Python 21.7%
  • JavaScript 2.1%
  • Other 0.1%