Skip to content

In this repository you can find the API Rest corresponding to the final project from Backend-1 from the Certified Tech Developer carrer.

Notifications You must be signed in to change notification settings

vuoso-l/api-dental-clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Rest - Final Project Backend-I

Dental Clinic

In this repository you can find the API Rest corresponding to the final project of Backend-I from the Certified Tech Developer carrer. A system is implemented to manage the reservation of appointments for a dental clinic. The requirements include the administration of dentists and patients, the registration of appointments and the log-in.

To see the web interface where all the API endpoints are shown with the data they receive and how to use them, click in Swagger Documentation

Project technologies and tools

  • Spring Boot
  • MVC pattern
  • MySql
  • ORM
  • Spring data - Hibernate
  • HQL
  • Exception handling with Logging
  • Spring-security
  • Endpoints security based on JWT tokens
  • Deployment on Heroku (PaaS)
  • Unit tests - Junit 5
  • Swagger UI - Documentation