SpringBoot + Spring Data JPA
key
application/json
)Run Spring Boot app using Maven:
mvn spring-boot:run
eventApp is an application for making room reservation for 2 types of rooms :
training(formation)/meeting(reunion).
As part of our analysis, the actors we have identified are:
• * The administrator : he is responsible for the different settings of the application. Its role is to manage
environments and users.
• the trainer: it is the actor whose main role is to reserve a room for training or a meeting at a specific date.
• Room manager: the actor whose main role is to prepare the training / meeting rooms according to the list of reservations.