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.
CareConnect is divided into three primary modules:
- Backend: Manages database operations, API routes, and all backend logic.
- Frontend: Interface for patient registration, login, and appointment booking.
- Dashboard: Admin and doctor interface for managing appointments. Admins have the authority to add or remove doctors.
- 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.
- Frontend: React.js, Bootstrap, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Version Control: Git, GitHub
Ensure the following software is installed:
git clone https://github.com/anujgaurave/Hospital-Management-System
cd careconnect
npm install
MONGO_URI=your-mongodb-connection-string PORT=5000
npm run dev
Open your browser and go to http://localhost:3000
npm run dev
Open your browser and go to http://localhost:3000
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.
Contributions are welcome! To contribute:
git fork https://github.com/anujgaurave/Hospital-Management-System
git checkout -b feature-branch
git commit -m "Add new feature"
git push origin feature-branch
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.