Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.96 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.96 KB

Doctor Portal

A Single-page MERN Stack hospital web-app. It has two dashboards. One is for the patient, where people can get an appointment and after the appointed patient can see their prescription where the doctor will give the list of medicines. Another dashboard is for doctors, where doctors can see the list of all the appointed patients. Here the doctors will give the necessary medicine to the patient and if the doctor wants, then he can cancel the patient's appointment.

Live Website

Features

  • Online Appointment Making.
  • Review Patients Appointments.
  • Appointed Patients Database.
  • Prescribe Medicine for Each Patient Online.
  • Separate Doctor Dashboard.
  • Separate Patient Dashboard.

Front-end Thechnology :

  • Bootstrap4
  • Material UI
  • React.js

Back-end Technology

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose.js
  • Local Storage

Back-end Repository