A simple Employee Management System built using Java, designed to handle employee details such as adding, updating, retrieving, and deleting employees from a list.
- β Add a new employee
- β Retrieve all employees
- β Get a single employee by ID
- β Update an employee's details
- β Delete an employee from the list
/EmployeeManagement β-β βββ model/ β β βββ Employee.java β βββ service/ β β βββ EmployeeService.java β βββ repro/ β β βββ EmployeeRepro.java β βββ Main.java βββ README.md