Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric190703/aloa
EHR system with the MERN stack.
https://github.com/cedric190703/aloa
ehr fullstack-development medical
Last synced: 14 days ago
JSON representation
EHR system with the MERN stack.
- Host: GitHub
- URL: https://github.com/cedric190703/aloa
- Owner: cedric190703
- Created: 2024-07-08T22:28:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T15:04:49.000Z (5 months ago)
- Last Synced: 2024-11-10T11:36:18.445Z (2 months ago)
- Topics: ehr, fullstack-development, medical
- Language: TypeScript
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EHR Medical Records System
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:
## Home Page
![Home Page](images/homePage.png)
The Home Page serves as the main dashboard, giving you a quick overview of your activities and navigation to other sections.
## User Info Page
### Login Page
![Login Page](images/loginPage.png)
### Signup Page
![Signup Page](images/signupPage.png)
### Profile Page
![Profile Page](images/profilePage.png)
Here you can view and manage your personal and professional information.
## Patients Page
![Patients Page](images/patientsPage.png)
Access and manage patient records and information if you are a doctor.
## Calendar Page
![Calendar Page](images/calendar.png)
Manage and view your appointments as a doctor.
## Settings Page
![Settings Page](images/SettingsPage.png)
Customize various settings for the EHR system according to your preferences.
## Create Patients and Appointments
### Create Appointment Page
![Create Appointment Page](images/createAppointmentPage.png)
### Create Medical Record Page
![Create Medical Record Page](images/createMedicalRecordPage.png)
### Failed Create Medical Record
![Failed Create Medical Record](images/failCreateMedicalRecord.png)
Add new patient records and schedule appointments efficiently.
## Stack Used: MERN
To run the application, follow these steps:
1. Install the required dependencies with `npm install`.
2. Run the application with `npm start`.Note: You need to setup the config file in the backend and create a cluster with MongoDB.