Skip to content

preethi0001/EmployeeManagementSystem

Repository files navigation

Employee Management System

This is a simple Employee Management System console application written in Java. It provides basic CRUD (Create, Read, Update, Delete) operations for managing employee records.

Features

  • Add new employees details.
  • View details of a specific employee using their ID.
  • Update an employee's details.
  • Delete an employee's record.
  • View a list of all employees.

Execution steps

  1. Download the code from git
  2. Import it into your IntelliJ
  3. Create a table with the name employeeDB in your MySQL
  4. Update the MySQL password in the DBConnection.java file as per your password
  5. Run the project

Prerequisites

  • Java Development Kit (JDK) installed on your machine.
  • MySql
  • IntelliJ or any other IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages