Skip to content

mka-1/E-Health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9461b4a · Jul 19, 2021

History

56 Commits
Jul 19, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021
Jul 19, 2021
May 11, 2021
Apr 27, 2021
Apr 27, 2021
Apr 27, 2021

Repository files navigation

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.