Welcome to MediDoctor - your one-stop solution for all medical needs, from booking a doctor’s appointment to ordering medicines.
MediDoctor is a medical platform with a streamlined, single-page layout designed for ease of use. It integrates modern technologies to provide users with interactive and accessible features for managing their healthcare requirements.
-
Responsive Navbar:
- Smooth navigation across the single-page layout.
- Includes a 'Services' dropdown with two primary options:
- Book Appointment
- Order Medicine
-
Book Appointment:
- Dedicated page for booking appointments with a doctor.
- Feature supports only one doctor, eliminating the need for a
doctorfield in the appointment model.
-
Order Medicine:
- Medical store page to explore and purchase medicines.
- User-friendly interface for a seamless shopping experience.
-
Technology Stack:
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, MongoDB
- Client-Server Communication: Built with Node.js to handle data flow effectively.
-
Prototypes and Demonstrations:
- Figma Wireframe Prototype:
View Prototype on Figma - Video Demonstration:
Watch Video Demo
- Figma Wireframe Prototype:
- Clone the Repository:
git clone https://github.com/yourusername/MediDoctor.git cd MediDoctor - Install dependencies:
npm install
- Start the MongoDB service:
mongod
- Start the server:
node server.js
- Accessing the Application: Open your browser. Navigate to http://localhost:3001.