Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 968 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 968 Bytes

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.