Skip to content

build Doctor appointment backend for client Online booking

Notifications You must be signed in to change notification settings

lochanpanchal/Doctor-APP-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor-APP-API👋

build Doctor appointment backend for client Online booking


Java Maven Spring Boot


Dependencies

SpringBoot Starter Web
Lombok
JPA
MYSQL_Database

Data Flow

  • Admin

  • AuthenticationToken

  • Appointment

  • Doctor

  • Patient

  • UserController

    • @GetMapping("appointments")
    • @PostMapping("doctor")
    • @GetMapping("doctors")
    • @GetMapping("patients")
    • @PostMapping("patient/signup")
    • @PostMapping("patient/signIn")
    • @DeleteMapping("patient/signOut")
    • @PostMapping("appointment/schedule")
    • @DeleteMapping("appointment/cancel")

Project Summary

In this application we can A Doctors App built using Spring Boot is a web-based application designed to facilitate interactions between patients and doctors, streamlining various healthcare processes. The application is developed using the Spring Boot framework, which provides a simplified and efficient way to create Java-based applications, particularly web applications.

About

build Doctor appointment backend for client Online booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages