MediMate is a cutting-edge web application designed to revolutionize the way you schedule medical appointments. Say goodbye to long wait times and cumbersome scheduling processes. With MediMate, booking appointments with your healthcare providers is as easy as a few clicks!
- User-Friendly Interface: Intuitive design for seamless navigation and hassle-free booking.
- Instant Appointment Booking: Browse available time slots and book appointments in real time.
- Efficient Appointment Management: Healthcare providers can manage their schedules effortlessly, reducing no-shows and optimizing patient care.
- Personalized Notifications: Receive automated reminders and updates for your upcoming appointments.
- Search and Filter Options: Find healthcare providers based on speciality, location, and availability.
- Secure User Profiles: Safely manage your personal information and preferences with robust authentication measures.
-
Frontend: HTML, CSS, JavaScript, Bootstrap
-
Backend: Node.js, Express.js, MongoDB
-
Authentication: JSON Web Tokens (JWT)
-
Notification Service: NodeMailer 📧 (for email notifications), Twilio 📱 (for SMS notifications)
- Clone the repository:
git clone https://github.com/MedicalAppointment/MediMateProject.git
- Navigate to the project directory:
cd MediMateProject
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file in the root directory. - Add environment variables for database connection, API keys, etc.
- Create a
- Start the server:
npm start
- Register: Sign up as a patient or healthcare provider.
- Log In: Access your account with ease.
- Book Appointments: Browse available slots and book appointments effortlessly.
- Manage Appointments: Healthcare providers can manage their schedules efficiently, and patients can view and cancel appointments.
- Stay Updated: Receive notifications for appointment confirmations, reminders, and updates.