Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.76 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.76 KB

Employee Management Application

The Employee Management Application is a Java-based software designed to streamline the management of employee information. It provides functionalities for HR departments and managers to efficiently handle employee records, including adding, viewing, updating, and deleting employee information.

Features

  • Add Employee: Easily add new employee records to the system with relevant information such as name, contact details, department, and position.
  • View Employee: View a comprehensive list of all employees currently stored in the system, including their details.
  • Update Employee: Modify existing employee information, such as contact details, department, or position.
  • Delete Employee: Remove employee records from the system when necessary.
  • Search Employee: Quickly find specific employees using search functionalities based on criteria like name, department, or position.

System Requirements

  • Java Development Kit (JDK) 8 or later
  • Apache Maven (for building the project)

Installation and Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/employee-management.git
    
  2. Navigate to the project directory:

    cd employee-management
    
  3. Build the project using Maven:

    mvn clean install
    
  4. Run the application:

    java -jar target/employee-management.jar
    
  5. Follow the on-screen instructions to navigate through the application and manage employee records.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.