Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.01 KB

Doctor appointment web app built with Laravel

Home Page

Credentials to test this app

To-do-list

  • Need to add seeder
  • Use image url instead of local files.s

Functionality Overview

  • Admin, doctor, patients authentication,
  • Admin can add doctors, departments to system.
  • Doctor can make appointment time slot.
  • Patients can book an appointment with doctor.
  • Search doctors.
  • Doctor can make prespription.
  • Patient can view their prespription anytime.
  • Patient can make/update their profile.
  • Dashboard analytics.

Ideas

This app can be extended by adding more features or rename the variables to fit the business model

  • Adding SMS notifications to patients and doctors (AWS SNS).
  • Allow doctors to export appointment time to calendar.