Application to schedule interviews
- Config - Package with configuration Files
- Model - Package with classes that represent data model objects and their relationships
- Controller - Package with classes responsible for receiving and dispatching requests to Endpoints
- Service - Package with the classes responsible for the application logic. Maps incoming requests from the controller to the repository
- Repository - Package with classes that access the database
- Exception - Package with classes responsible for launching customized exceptions in the application
The database is filled when launching the application with some false data
Was used H2
It can be accessed through: Application Database
The documentation contains the list of API endpoints and more information about the application
Was used Swagger
It can be accessed through: Application Documentation