Skip to content

Sneha0607/medicare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MEDICARE

Built during Webster 2021, Avishkar

Introduction

It is an online medical appointments and consultation website, built using NodeJS in backend and ReactJS in frontend.

Demo Video

Demo Video

Table of Contents

Problem Statement

  • “During a heated encounter with the police, Nairobi was shot. Now the gang members need to revive her.Rio wants to save her and needs a doctor’s assistance immediately. All they have access to is the internet. Can you quickly design a platform for having online consultation with the doctors?”

Description

  • Through this web app, people can signup as patients and book appointments with doctors and get an online/offline consultation.
  • Similarly doctors can signup and view the appointments scheduled for him/her and schedule video meetings accordingly.

Technology Used

  1. NodeJs
  2. ReactJs
  3. Firebase
  4. socket.io
  5. simple-peer library (node.js style API for WebRTC)

Features

  • Doctors/Patients/Admins have separate login
  • Admins can verify and unverify doctors and patients
  • Patients can search for any doctor according to his/her name/speciality/city
  • Patients can book appointments in the doctor's slot
  • Doctors can either cancel/confirm appointments
  • A meeting is automatically scheduled for confirmed appointments and the notification is sent to the patient as well
  • In the meeting, doctors can view patient's profile, chat, toggle their camera and mic, give prescription, update patient's blood sugar level
  • In the meeting, patients can chat, toggle their camera and mic, can read and download the prescription given by doctor, can rate and review the doctor
  • Patients can also download the prescription as a PDF
  • After the meeting, the doctors can view the same patient in their "Your Patients" section and see their past appointments with him/her
  • Similarly, patients can find their past appointments alongwith prescription and feedback
  • Admins can create posts with latest updates which will be visible to all users.

Local Installation

git clone https://github.com/Sneha0607/medicare.git
cd medicare

#Open two terminals

#1st Terminal
cd client
npm install
npm start

#2nd Terminal
cd server
npm install
npm start

To get the database working, the firebase configuration needs to be added in client/src/firebase.js file after cloning the repository.

Demo Images

home
doctor signup
doctor dashboard
view doctors
book appointment
meeting
prescription
graphs
admin

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages