A web application representing an employee management system developed for the Software Engineering course in colaboration with @dianaahorvat // 3rd year, 1st semester @ Computer Science, TUCN
The application was developed using Java and Spring Boot. GUI implemented with HTML.
Two types of users: admin and employee (https://github.com/mxligr/Employee-Mngmnt-Sys/blob/main/use-case-diagram.jpeg).
An SQL database used to store information about the users.
Functionalities: login page (encrypted password), register page (with sent e-mail), forgot password page (with email), CRUD operations performed by the admin, a page of tasks that can be given by the admin to the employees, and the employee can mark them as completed when finished.