<<<<<<< HEAD
This full-stack web application allows patients to book appointments with doctors in a seamless and efficient way. Built using the MERN stack (MongoDB, Express.js, React.js, and Node.js), the app offers an intuitive interface for both patients and doctors, enabling online scheduling, location-based services, and real-time appointment management.
=======
- Project Overview
- Features
- Tech Stack
- Installation
- Usage
- Contributing
- Pull Request Guidelines
- Code of Conduct
This full-stack web application allows patients to book appointments with doctors in a seamless and efficient way. Built using the MERN stack (MongoDB, Express.js, React.js, and Node.js), the app offers an intuitive interface for both patients and doctors, enabling online scheduling, location-based services, and real-time appointment management.
faaaced863db249c03f89cda3ff117a7302d9c69
- Doctor Profiles: Browse and filter doctors by specialty, location, availability, and ratings.
- Appointment Booking: Schedule appointments for in-person or virtual consultations.
- User Authentication: Secure login and signup functionality with JWT authentication.
- Appointment Reminders: Automated email and SMS notifications for upcoming appointments.
- Consultation History: Access past appointments, prescriptions, and medical records.
- Payment Integration: Secure payment processing for consultations using Stripe (or any preferred gateway).
- Doctor Availability: Real-time scheduling based on doctor availability.
- In-App Messaging: Secure communication between patients and doctors.
- Video Consultation: Integrated telemedicine for remote consultations.
- Prescription Management: Store and access digital prescriptions for future reference.
- Multi-User Support: Manage family member profiles under one account.
- Search by Symptoms: Find doctors based on symptoms entered by patients.
- Ratings and Reviews: Leave feedback and rate doctors after consultations.
Follow these steps to set up Appointment-booking-app locally:
- Node.js (version >= 14.x)
- npm (version >= 6.x)
You can check if Node.js and npm are installed by running:
node -v
npm -v
git clone https://github.com/<your-github-username>/Appointment-booking-app.git
cd Appointment-booking-app
- For Frontend:
cd frontend
npm install
npm start
- For Backend:
cd backend
npm install
node index.js
npm start
Once you have set up the project, you can:
- Run the development server: The app will run at http://localhost:3000/ for the frontend.
- Explore app features: Browse products, add items to the cart, and proceed to checkout.
- Test with sample data: Use provided sample data or mock APIs for testing the functionality.
We welcome contributions from everyone! If you would like to contribute to ElectroKart, please follow these steps:
- Fork the repository: Click the 'Fork' button at the top right of the page to create a copy of this repository in your account.
- Clone your fork: Use the command below to clone your forked repository to your local machine.
git clone https://github.com/<your-github-username>/Appointment-booking-app.git
<<<<<<< HEAD
=======
faaaced863db249c03f89cda3ff117a7302d9c69
- Please fill out the PR template properly when creating a pull request.
- Assign yourself to the issue you’re working on to help us track progress.
- Never commit to the main branch.
- Your work must be original and adhere to the project's coding standards.
- Comment your code where necessary for clarity.
- Always ensure all tests pass before pushing your changes by running:
npm run test
<<<<<<< HEAD Database: MongoDB for storing user data and appointments
APIs: Google Maps API for location services
Notification System: Implementing email or SMS reminders for upcoming appointments.
We strive to create a welcoming and inclusive environment for all contributors and users. By participating in this project, you agree to abide by our Code of Conduct.
- Respect: Treat everyone with respect, regardless of their background or opinions.
- Inclusivity: Encourage and support diverse perspectives and contributions.
- Collaboration: Be open to constructive feedback and collaboration.
- Professionalism: Maintain professionalism in all interactions, online and offline.
faaaced863db249c03f89cda3ff117a7302d9c69