Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 539 Bytes

Doctor-Appointment-Scheduler

A springboot based project that provides and easy to use web application which enables patients to schedule an appointment with a doctor of their choice.

Functionalities

  • Patient Regitrsation
  • Patient Login
  • Doctor Registration
  • Doctor Login
  • Patient can book, view and cancel appointments
  • Doctor can view and cancel appointments

Tools and Technologies

  • Spring Boot
  • MVC Architecture
  • Thymeleaf templating
  • JPA
  • H2 inmemory database
  • CRUD operations

Requirements

  • Maven
  • Java