Skip to content

🏥CareConnect is a hospital management system that allows patients to register and book appointments, doctors to manage their schedules, and admins to oversee operations, add/remove doctors, and approve appointments. It ensures secure, role-based access and streamlines healthcare management.

Notifications You must be signed in to change notification settings

anujgaurave/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏥 CareConnect

CareConnect is a hospital management system designed to simplify healthcare operations, including patient registration, appointment scheduling, and comprehensive staff management. The system provides a seamless experience with role-based access, secure data handling, and streamlined workflows for patients, doctors, and administrators.

🗂️ Project Structure

CareConnect is divided into three primary modules:

  1. Backend: Manages database operations, API routes, and all backend logic.
  2. Frontend: Interface for patient registration, login, and appointment booking.
  3. Dashboard: Admin and doctor interface for managing appointments. Admins have the authority to add or remove doctors.

🌟 Features

  • Patient Registration & Appointment Booking: Patients can create an account, log in, and book appointments with available doctors.
  • Role-Based Access Control: Admins, doctors, and patients have access to different parts of the system, enhancing security.
  • Admin Capabilities: Admins can manage doctor profiles, review and approve appointments, and monitor the hospital workflow.
  • Doctor Dashboard: Doctors can view and manage their appointments efficiently.
  • Data Security: Ensures the privacy and confidentiality of patient and staff information.

🛠️ Tech Stack

  • Frontend: React.js, Bootstrap, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Version Control: Git, GitHub

⚙️ Installation

Prerequisites

Ensure the following software is installed:

Installation

Steps

Clone the repository

git clone https://github.com/anujgaurave/Hospital-Management-System

Navigate to the project directory

cd careconnect

Install dependencies

npm install

Set up environment variables

Create a .env file in the root directory with the following:

MONGO_URI=your-mongodb-connection-string PORT=5000

Start the development server

npm run dev

Open your browser and go to http://localhost:3000

Start the development server

npm run dev

Open your browser and go to http://localhost:3000

🚀 Usage

Admins: Manage doctors, approve appointments, and oversee hospital operations. Doctors: Access a personalized dashboard to manage appointments. Patients: Register, log in, and book appointments with available doctors.

🤝 Contributing

Contributions are welcome! To contribute:

Fork the repository

git fork https://github.com/anujgaurave/Hospital-Management-System

Create a new branch

git checkout -b feature-branch

Make your changes and commit

git commit -m "Add new feature"

Push to the branch

git push origin feature-branch

Open a pull request

📄 License

MIT License

Copyright (c) 2024 Anuj Gaurave

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

🏥CareConnect is a hospital management system that allows patients to register and book appointments, doctors to manage their schedules, and admins to oversee operations, add/remove doctors, and approve appointments. It ensures secure, role-based access and streamlines healthcare management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published