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
- Host: GitHub
- URL: https://github.com/harshproj/cure-connect
- Owner: HarshProj
- Created: 2024-12-18T19:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:03:57.000Z (over 1 year ago)
- Last Synced: 2025-01-12T20:13:26.274Z (over 1 year ago)
- Topics: bcrypt, context-api, expressjs, javascript, mongodb, mongoose, nodejs, phosphoricons, react-router, react-toastify, tailwind-css, vitejs
- Language: JavaScript
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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

## Top Doctors Page

## Appointment Booking Page

## Admin Dashboard

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