Skip to content

emad-eldeen/hospital-appointments-booking

Repository files navigation

Hospital Appointment System

A project to manage hospital appointments

Technical requirements

A system that has the following:

  • a list of doctors
  • a list of appointments
  • data has to be saved in a database
  • a REST api to do the following:
    • add a doctor
    • get all doctors
    • get available appointments for a doctor
    • add an appointment
    • delete an appointment
    • get all appointments

Knowledge used

  • Spring boot modules:
    • Spring JPA
    • Spring validation
    • Spring web
  • REST APIs
  • lombok
  • Java streams

API Documentation

snapshot from swagger

Releases

No releases published

Packages

No packages published