This Electronic Health Record (EHR) system is designed to streamline the management of patient records, appointments, and other crucial information for healthcare providers. Here's a brief overview of what you'll find in this application:
The Home Page serves as the main dashboard, giving you a quick overview of your activities and navigation to other sections.
Here you can view and manage your personal and professional information.
Access and manage patient records and information if you are a doctor.
Manage and view your appointments as a doctor.
Customize various settings for the EHR system according to your preferences.
Add new patient records and schedule appointments efficiently.
To run the application, follow these steps:
- Install the required dependencies with
npm install
. - Run the application with
npm start
.
Note: You need to setup the config file in the backend and create a cluster with MongoDB.