This Java project is a simple Employee Management System implemented in Java using JSF, JDBC and PostgreSQL Database and allowing users to manage employee records. It supports basic operations like adding, updating, deleting, and searching for employees.
- User authentication with role-based access (admin and client). Adding, updating, and deleting employee records. Viewing a list of all employees.
- Search for employees based on name, address, or position.