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

https://github.com/gyanthakur/cureconnect

🌐 Cure Connect A platform designed to connect healthcare professionals, patients, and resources 🏥. Features include appointment scheduling 📅, medical consultations 💬, and health tracking tools 📊. Ideal for improving access to healthcare and streamlining communication in the medical field! Admin URL https://cureconnect-admin.onrender.com/
https://github.com/gyanthakur/cureconnect

admin-dashboard backend cloudinary-api cureconnect doctor-appointment-management doctor-management-admin-panel doctor-prescription-create express-js express-middleware frontend mern-stack mongodb-atlas nodejs nodemon-express react-toastify reactjs reactjs-library tailwindcss

Last synced: 4 months ago
JSON representation

🌐 Cure Connect A platform designed to connect healthcare professionals, patients, and resources 🏥. Features include appointment scheduling 📅, medical consultations 💬, and health tracking tools 📊. Ideal for improving access to healthcare and streamlining communication in the medical field! Admin URL https://cureconnect-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/Gyanthakur/CureConnect.git
```

2. Navigate to the project directory:

```bash
cd CureConnect
```

3. Install dependencies:

```bash
npm install
```

4. Create a dotenv 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/42cc2552-9d1b-45c9-8cb5-4e9cc10ea9ea)

## Appointment Booking Page

![image](https://github.com/user-attachments/assets/f979cd9d-ee89-4d13-886f-621ed0ad065d)

## 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