Appointment booking system
This is a CRUD application that implements a system to manage the appointment booking of a dental clinic, using Java, Spring and Spring Boot.
The application was developed in layers: Presentation layer, business layer and data access layer (DAO/Repository).