{"id":24166000,"url":"https://github.com/harshproj/cure-connect","last_synced_at":"2026-04-14T05:31:13.730Z","repository":{"id":270977991,"uuid":"905417475","full_name":"HarshProj/Cure-Connect","owner":"HarshProj","description":"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","archived":false,"fork":false,"pushed_at":"2025-01-04T15:03:57.000Z","size":19051,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T20:13:26.274Z","etag":null,"topics":["bcrypt","context-api","expressjs","javascript","mongodb","mongoose","nodejs","phosphoricons","react-router","react-toastify","tailwind-css","vitejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarshProj.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-18T19:32:33.000Z","updated_at":"2025-01-04T15:04:01.000Z","dependencies_parsed_at":"2025-01-04T14:52:51.572Z","dependency_job_id":null,"html_url":"https://github.com/HarshProj/Cure-Connect","commit_stats":null,"previous_names":["harshproj/cure-connect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshProj%2FCure-Connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshProj%2FCure-Connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshProj%2FCure-Connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshProj%2FCure-Connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshProj","download_url":"https://codeload.github.com/HarshProj/Cure-Connect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476435,"owners_count":19968916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bcrypt","context-api","expressjs","javascript","mongodb","mongoose","nodejs","phosphoricons","react-router","react-toastify","tailwind-css","vitejs"],"created_at":"2025-01-12T20:13:30.104Z","updated_at":"2026-04-14T05:31:13.704Z","avatar_url":"https://github.com/HarshProj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/ece2611f-6ccb-4d6d-8bd8-4d62c82703b3\" alt=\"CureConnect Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# CureConnect\n\nCureConnect 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.\n\n## Features\n\n- **Doctor Profiles**: Patients can browse detailed doctor profiles including their name, degree, specialty, experience, and more.\n- **Appointment Booking**: View available time slots and book appointments with ease.\n- **Real-time Availability**: Check doctor availability for the upcoming week, showing times in an easy-to-understand format.\n- **Appointment Fees**: Clear information on the doctor's fees before booking an appointment.\n\n## Tech Stack\n\n- **Frontend**: React.js\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n- **Styling**: Tailwind CSS\n- **Authentication**: Context API\n- **Routing**: React Router\n\n## Installation\n\nTo run the project locally, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/HarshProj/Cure-Connect.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Cure-Connect\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a .env file in the root directory and add the necessary environment variables:\n\n   ```bash\n   MONGO_URI=your_mongodb_connection_string\n   PORT=your_port_number\n   ```\n\n5. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n6. Open your browser and visit `http://localhost:5173` to access the application.\n\n## Usage\n\n- Select a doctor from the list of available doctors.\n- View the doctor's profile to get information on their specialization, experience, and appointment fee.\n- Browse the available time slots for the next 7 days.\n- Select a time slot and confirm your booking.\n\n## Home Page\n\n![image](https://github.com/user-attachments/assets/4de10b8d-9121-48cc-9454-3bd3b31d01fc)\n\n\n## Top Doctors Page\n\n![image](https://github.com/user-attachments/assets/09653c68-078e-4660-b539-51fdc42f1b91)\n\n## Appointment Booking Page\n![image](https://github.com/user-attachments/assets/e2b328b0-50fb-4db8-a44d-b2a4f49873cd)\n\n## Admin Dashboard\n![image](https://github.com/user-attachments/assets/ed3dcf25-96c2-4385-937d-157c2e853988)\n\n## Future Enhancements\n\n- Payment Gateway Integration: Allow users to pay for appointments directly through the platform.\n- Reviews and Ratings: Enable patients to leave reviews and ratings for doctors after their appointments.\n- Search and Filtering: Add advanced search functionality to filter doctors by specialty, location, and ratings.\n\n\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/dfa3526f-f2c7-4999-879d-449aab91c674\" alt=\"cureconnectlogored\" width=\"200\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshproj%2Fcure-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshproj%2Fcure-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshproj%2Fcure-connect/lists"}