A hospital management system developed using the MERN stack (MongoDB, Express, React, Node.js). This system helps streamline the process of managing hospital operations, such as patient records, appointments, staff management, and more.
- Patient Management: Add, update, view, and delete patient records.
- Appointment Scheduling: Schedule and manage appointments with doctors.
- Staff Management: Manage doctor, nurse, and other staff details.
- Admin Dashboard: Admin panel to manage patients, staff, and hospital information.
- Frontend:
-
React.js
-
React Router
-
Axios (for API calls)
-
Backend:
- Node.js
- Express.js
- MongoDB (for storing data)
- Mongoose (ODM for MongoDB)
-
Authentication:
- JWT (JSON Web Tokens) for secure authentication
-
File Handling:
- Multer (for file uploads like medical reports, etc.)
-
Cloud Storage:
- Cloudinary (for storing image files like patient photos)
- Node.js
- MongoDB (local or cloud)
- npm or yarn
-
Clone the repository:
git clone https://github.com/sarthak03dot/Harmony-Hills-Hospital.git cd Harmony-Hills-Hospital

