Employee Management System
The Employee management system is a simple console application designed to manage employee records. The system allows users to perform various operations such as adding new employees, updating employee details, and deleting employees from the system. The project is organized into model classes that represent employee data and Service Classes that contain business logic.
Project Structure
View Package: Contains the main application class responsible for user interaction. Model Package: Holds the employee class defining the structure of an employee and its method Service Packages: Contains the EmployeeManager class handling the management of employee records. Exception packages : contains Exception classes that handle exceptions
How To Use
1.Run the main app class to start the application 2.Follow the on-screen prompts to choose from various options 3.Input employee details as guided by the application
Dependencies
.slf4j and logging Factory for Logging