Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

A simple Java-based Employee Management System that interacts with a database to perform CRUD (Create, Read, Update, Delete) operations.

Features

  • Create a new employee
  • Display all employees
  • Display employee by ID
  • Update employee details
  • Delete an employee

Technologies Used

  • Java
  • MYSQL

Getting Started

Prerequisites

  • Java Development Kit (JDK) installed
  • MSQL Server installed and running

Installation

  1. Clone the repository:
git clone https://github.com/Dancan254/EmployeeManagementSystem.git
cd EmployeeManagementSystem
  1. Compile the Java code:
javac -d bin src/com/yourusername/employee/*.java
  1. Run the application:
java -cp bin com.yourusername.employee.EmployeeManagementSystem

Usage

  1. Create a new employee:

    Follow the prompts to enter employee details.

  2. Display all employees:

    Choose the option to display all employees.

  3. Display employee by ID:

    Choose the option to display an employee and enter the employee ID.

  4. Update employee details:

    Choose the option to update an employee's details and follow the prompts.

  5. Delete an employee:

    Choose the option to delete an employee and enter the employee ID.

Contributing

If you would like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature/your-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Submit a pull request.

License

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

About

A simple employee management system that interacts with the db perfoming curd operations.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages