https://github.com/cedric190703/aloa
EHR system with the MERN stack.
https://github.com/cedric190703/aloa
ehr fullstack-development medical
Last synced: 4 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T15:04:49.000Z (11 months ago)
- Last Synced: 2025-01-07T12:31:29.511Z (6 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

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

### Signup Page

### Profile Page

Here you can view and manage your personal and professional information.
## Patients Page

Access and manage patient records and information if you are a doctor.
## Calendar Page

Manage and view your appointments as a doctor.
## Settings Page

Customize various settings for the EHR system according to your preferences.
## Create Patients and Appointments
### Create Appointment Page

### Create Medical Record Page

### Failed Create Medical Record

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.