Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 846 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 846 Bytes

Healthcare Services API Back-end

The Healthcare Services API implements a complex domain model flow to an appointment from doctor. The flow simulates a real world application in terms of having a variety of rental options and business rules.

Technologies

  • Spring Boot (JPA, Web, Devtools, Validation, Security)
  • Spring Framework
  • PostgreSQL
  • Maven
  • Javax
  • Jsonwebtoken
  • Lombok
  • Swagger
Application starts on localhost port 8080
  • [http://localhost:8080/healthcare-services/api/user/*]

Available Services

Http Method Path Usage
POST /healthcare-services/api/user/register register with email verification
POST /healthcare-services/api/user/login login

... continues