MediConnect

Full-stack telemedicine video conferencing application enabling real-time remote patient–doctor consultations.

MediConnect is a telemedicine platform designed to bridge the gap between patients and healthcare providers in remote or underserved areas of Bangladesh.

Features

  • Real-time video consultation: WebRTC-based peer-to-peer video calling between patients and registered doctors.
  • Appointment scheduling: Patients can browse available doctors, view specialty and availability, and book slots.
  • Prescription management: Doctors can issue digital prescriptions that patients can download and share with pharmacies.
  • User authentication: Role-based access control for patients, doctors, and administrators.

Motivation

In Bangladesh, access to specialist care is heavily concentrated in urban centers. MediConnect aims to reduce this disparity by allowing rural patients to consult specialists remotely without travel costs or time loss.

Technologies

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python / Flask
  • Real-time: WebRTC for video, Socket.IO for signaling
  • Database: SQLite / MySQL