Skip to content

shubhamade79/Hospital_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health Data Information and Management System

Overview

The Health Data Information and Management System is an Electronic Health Record (EHR) management system that allows hospitals to manage patient records, visualize health trends for specific regions, and enable higher authorities to analyze disease patterns and make informed decisions.

Features

  • Patient Management: Store and manage patient details, medical history, and reports.
  • Hospital Data Analysis: Analyze patient data and visualize trends.
  • Health Insights & Predictions: Generate insights for policymakers.
  • Secure Role-Based Access: Ensures data privacy and access control.

Tech Stack

  • Frontend: React.js
  • Backend: Node.js (Express.js)
  • Database: MongoDB (MongoDB Compass & Shell)

Installation

Prerequisites

Ensure you have the following installed:

Node.js & npm
MongoDB (Compass & Shell)
Git

Backend Setup (Node.js & Express)

Clone the repository:

git clone https://github.com/your-repo/health-data-management.git
cd Hospital_Management_System/backend

Install dependencies:

npm install

Set up the database:

  • Open MongoDB Compass and create a new database.
  • Or use MongoDB shell:
    mongo
    use hdmis

Start the backend server:

node server.js

Frontend Setup (React)

Navigate to the frontend directory:

cd ../frontend

Install dependencies:

npm install

Start the frontend server:

npm start

Contact

For any issues or queries, contact Shubham Ade .