Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 412 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 412 Bytes

Employee Management System

I have created this simple Employee Management System using Java so as to better understand the principles of data encapsulation, classes and objects, exception handling.

I have 4 classes in the src package and have tried to separate them into layers of model which is the base class, service layer, api and the main class.

This project was done in an attempt expand my portfolio.