/E-Health

Make appointments and meet with your doctors virtually!

Primary LanguageCSS

image

E-Health - EECE 430 Final Project

Our E-HMS 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.