First experience in object-oriented programming.
This project is a Maven project, you just have to build it to install the necessary libraries.
It is necessary to create a database with the scripts provided in the resources folder. The parameters of the database connection are managed in the ConnectionProvider class.
This is a second semester project. Its objective is to create a project management software with task management.
The subject contains several roles (project manager, salesperson, technician, etc.). Here we take care of the technician part. A technician must be able to log on, see the list of projects to which he is assigned, see the activities that the projects contain and be able to modify the information of the activities he is in charge of (dates, summary, status, etc.).