An open API service indexing awesome lists of open source software.

https://github.com/harshproj/cure-connect

Cure Connect is a platform connecting patients with doctors for hassle-free appointment bookings. Users can sign up or log in to book appointments with specialists across various fields. user Login: https://cure-connect-user.onrender.com admin/doctor Login:https://cure-connect-admin.onrender.com
https://github.com/harshproj/cure-connect

bcrypt context-api expressjs javascript mongodb mongoose nodejs phosphoricons react-router react-toastify tailwind-css vitejs

Last synced: 2 months ago
JSON representation

Cure Connect is a platform connecting patients with doctors for hassle-free appointment bookings. Users can sign up or log in to book appointments with specialists across various fields. user Login: https://cure-connect-user.onrender.com admin/doctor Login:https://cure-connect-admin.onrender.com

Awesome Lists containing this project

README

          


CureConnect Logo

# CureConnect

CureConnect is a healthcare appointment booking platform that connects patients with doctors. It allows users to view doctor profiles, check their availability, and book appointments in real-time.

## Features

- **Doctor Profiles**: Patients can browse detailed doctor profiles including their name, degree, specialty, experience, and more.
- **Appointment Booking**: View available time slots and book appointments with ease.
- **Real-time Availability**: Check doctor availability for the upcoming week, showing times in an easy-to-understand format.
- **Appointment Fees**: Clear information on the doctor's fees before booking an appointment.

## Tech Stack

- **Frontend**: React.js
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Styling**: Tailwind CSS
- **Authentication**: Context API
- **Routing**: React Router

## Installation

To run the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/HarshProj/Cure-Connect.git
```

2. Navigate to the project directory:

```bash
cd Cure-Connect
```

3. Install dependencies:

```bash
npm install
```

4. Create a .env file in the root directory and add the necessary environment variables:

```bash
MONGO_URI=your_mongodb_connection_string
PORT=your_port_number
```

5. Start the development server:

```bash
npm start
```

6. Open your browser and visit `http://localhost:5173` to access the application.

## Usage

- Select a doctor from the list of available doctors.
- View the doctor's profile to get information on their specialization, experience, and appointment fee.
- Browse the available time slots for the next 7 days.
- Select a time slot and confirm your booking.

## Home Page

![image](https://github.com/user-attachments/assets/4de10b8d-9121-48cc-9454-3bd3b31d01fc)

## Top Doctors Page

![image](https://github.com/user-attachments/assets/09653c68-078e-4660-b539-51fdc42f1b91)

## Appointment Booking Page
![image](https://github.com/user-attachments/assets/e2b328b0-50fb-4db8-a44d-b2a4f49873cd)

## Admin Dashboard
![image](https://github.com/user-attachments/assets/ed3dcf25-96c2-4385-937d-157c2e853988)

## Future Enhancements

- Payment Gateway Integration: Allow users to pay for appointments directly through the platform.
- Reviews and Ratings: Enable patients to leave reviews and ratings for doctors after their appointments.
- Search and Filtering: Add advanced search functionality to filter doctors by specialty, location, and ratings.


cureconnectlogored