Skip to content

Make appointments and meet with your doctors virtually!

Notifications You must be signed in to change notification settings

jasondiab/E-Health-MS

 
 

Repository files navigation

image

EHMS

Our EHMS software requires a Windows 10 machine equipped with the following:

  • Python
  • A Python virtual environment with Django and psycopg2 installed as packages.
  • PostGreSQL13 and PGadmin4
  • A running database instance with the following characteristics: name: "EHMS", owner:"postgres", password:"1234"
  • Migrate the models with django to the database

About the project:

The project is a Web application developed on Django that allows the reservation of appointments based on availability and time of doctors. Integration with Cisco Webex allows patients and doctors to meet using video audio and chat. The software tool allows the registration of doctors and patients to the system. If you login as an admin, you will have the ability to create, update and delete accounts (of both doctors and patients) as well as manage appointments.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.4%
  • Python 27.1%
  • JavaScript 15.1%
  • HTML 12.0%
  • Other 0.4%