Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.45 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.45 KB

samarkan-font

Online Healthcare Platform

Problem it solves

MedBuddy helps users to interact with doctors, take appointment, save medical records online and without any human contact. with addition to the above, it also enables users to register for blood and organ donation. Moreover, for hospital administrators it bridges the communication gap between different hospitals and allows them to ask or answer different request based on hospital needs.

How to run

  1. Clone this repository in your local storage:
git clone https://github.com/Pro-Abhinav/MedBuddy.git
  1. Run command:
npm install
  1. After installing all the dependencies, Run command:
nodemon
  1. To enable video calling, run command:
peer --port 3001

Technology used:

  • Frontend
    • HTML
    • CSS
    • JavaScript
    • jQuery
    • Bootstrap v4.5
  • Backend
    • Node
    • Express
  • Database
    • MongoDB
  • WebRTC used
    • sockets
    • peerjs

Few Insights

Donation Index Page

Doctor Dashboard

Contributors