Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avinash905/healthbooker
This is a healthcare platform where you can browse doctors, manage profiles, and book appointments. Enjoy notifications and secure access. Aspiring doctors can apply too. Admin ensures smooth operations. Your data is safe with us. Join us for effortless healthcare interactions!
https://github.com/avinash905/healthbooker
admin-dashboard css doctor-appointment-booking doctor-appointment-booking-system doctor-appointment-management expressjs html javascript login-system mern mern-project mern-stack mern-stack-development mongodb nodejs project reactjs redux redux-toolkit
Last synced: 11 days ago
JSON representation
This is a healthcare platform where you can browse doctors, manage profiles, and book appointments. Enjoy notifications and secure access. Aspiring doctors can apply too. Admin ensures smooth operations. Your data is safe with us. Join us for effortless healthcare interactions!
- Host: GitHub
- URL: https://github.com/avinash905/healthbooker
- Owner: Avinash905
- License: mit
- Created: 2023-01-28T14:42:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:51:36.000Z (9 months ago)
- Last Synced: 2025-01-03T09:12:33.999Z (18 days ago)
- Topics: admin-dashboard, css, doctor-appointment-booking, doctor-appointment-booking-system, doctor-appointment-management, expressjs, html, javascript, login-system, mern, mern-project, mern-stack, mern-stack-development, mongodb, nodejs, project, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://healthbooker.onrender.com
- Size: 6.61 MB
- Stars: 98
- Watchers: 1
- Forks: 106
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HealthBooker π§ββοΈ
π Description :
Welcome to our comprehensive healthcare platform! Our website offers a seamless experience for users and doctors alike. Sign up or log in to unlock a range of features. Easily browse through a list of available doctors, manage your profile, and submit queries effortlessly. Stay updated with notifications and enjoy secure access to your information. Aspiring doctors can apply through our user-friendly system. Book appointments with your preferred doctors and track their completion status. Admin features ensure smooth operations, including approval of doctor applications and user management. Rest assured, all data is stored securely. Join us to experience a new era of convenient and efficient healthcare interactions.
---
### π Link:
Live Site: https://healthbooker.onrender.com/
### π οΈ Tools and technologies used :
### π Connect with me:
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0A66C2.svg?style=for-the-badge&logo=LinkedIn&logoColor=white)](https://www.linkedin.com/in/dunna-avinash)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Avinash905)
[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/avinashdunna)
---
### πFeatures :
User Registration and Login: Enabling user registration and login functionality is the foundation of any user-oriented platform.
View Available Doctors: Allowing users to easily view the list of available doctors helps them find the right medical professional for their needs.
Update Profile: Providing users with the ability to update their profiles keeps their information accurate and up to date.
Contact Section for Queries: Including a contact section for user queries enhances user engagement and customer support.
Notifications Tab: A notifications tab helps users stay informed about updates, appointments, and application statuses.
Admin Management System: An admin management system is crucial for overseeing users, appointments, and doctor applications.
Access Control: Restricting access to certain sections like notifications, profile, appointments, and doctor applications to logged-in users ensures data privacy and security.
Doctor Application: Allowing users to apply to become a doctor on the site expands the pool of medical professionals and adds value to the platform.
Book Appointments: Enabling users to book appointments with their preferred doctors streamlines the process of accessing medical services.
Admin Approval for Doctor Requests: Admin approval for doctor applications ensures that only qualified professionals are listed on the platform.
User and Doctor Removal: Admin's ability to remove users or doctors from the site is crucial for maintaining the platform's integrity.
Appointment Marking: Allowing doctors and admin to mark appointments as completed ensures proper record-keeping.
Application and Appointment Notifications: Sending notifications to users, doctors, and admins about application statuses and appointment updates enhances communication.
Data Storage and Security: Storing all data in a database ensures data integrity, security, and easy retrieval of information.
### Steps to run the project on your local machine
- Fork this repository
- Open terminal or command prompt on your local machine. Run the following command to clone the repository:
```
git clone https://github.com/your-username/your-repo.git
```Replace **your-username** with your GitHub username and **your-repo** with the name of your repository.
- Open the project and rename .env.example files to .env in both client and root directory.
- Add your own environment variables to these both files.
- To run the backend, open a new terminal and execute:
```
npm start
```- To run the frontend, open a new terminal and run 'cd client/' to go to client directory and execute:
```
npm start
```### To access the admin dashboard
- Download the project from the git repository
- You need to create your own MongoDB instance and add the MongoDB url to the .env file
- Register on the website and go to your MongoDB and manually change the 'isAdmin' field of the account you want to make admin in the DB to 'true' and then log in back on the site
- Now you will be able to access the admin dashboard
---
### Home page
### Sign up page
### Sign in page
### Profile page
### All Doctors page
### Apply for doctor page
### Admin all users dashboard
### Admin all applications page
### Book Appointment page
### Users all appointments page
### Doctors all appointments page
### Notifications page
---
### π‘οΈ License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
Terms and conditions for use, reproduction and distribution are under the [MIT License](https://opensource.org/license/mit/).
---
Give it a π if you 𧑠this repository
---