Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 849 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 849 Bytes

Healthcare Management System

This project is a comprehensive healthcare management system built using React and Material-UI (MUI). The system includes various modules for managing different aspects of a healthcare facility, including OPD, indoor patients, staff, labs, security settings, and more.

Table of Contents

Installation

To get started with the project, you need to have Node.js and npm installed on your machine.

  1. Clone the repository:

  2. Navigate to the project directory:

    cd your-repo-name
  3. Install the dependencies:

    npm install

Usage

To run the application locally:

npm start