MediConnect is an online healthcare platform that simplifies how patients connect with doctors, book appointments, and manage their personal health—all in one place.
✅ Home Page
- Includes Features overview, About Us section (with explanatory video), Contact Us form, and FAQ.
✅ Appointment Page
- Displays 10 doctors with specialization.
- “Book Appointment” button opens a form to schedule.
- Appointment data is stored in the database.
✅ Patient Dashboard
- Shows patient details.
- Displays past and upcoming appointments (database integration).
- Easy navigation to calculators.
✅ AI-Powered Chatbot
- Always accessible via bottom-right floating button.
- Built with Google AI Studio integration.
- Answers basic health-related questions instantly.
✅ Health Calculators
- BMI Calculator
- Water Intake Calculator
- Calorie Needs Calculator
- Heart Rate Calculator (All data are saved in database)
✅ User Authentication
- New users can create an account.
- Returning users can log in securely.
- Access to dashboard and appointment system requires login.
✅ Appointment bookings are saved in the database.
✅ Patient details and appointment history are retrieved securely.
✅ All data of calculators are stored in database.
We used MySQL to store the booking form application.
- Sign Up to create an account.
- Log in to access your dashboard.
- Browse doctors and book appointments.
- View and manage your appointments in the dashboard.
- Use built-in health calculators for BMI, calorie, water intake, and heart rate.
- Chatbot for basic questions.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express, PHP
- Database: MongoDB, MySQL
- Pragya Manna – Frontend, UI/UX, Authentication, AI- powered Chatbot
- Kasturi Bangar – Backend, Database, Forms