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.
- 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.
- Download the code from git
- Import it into your IntelliJ
- Create a table with the name employeeDB in your MySQL
- Update the MySQL password in the DBConnection.java file as per your password
- Run the project
- Java Development Kit (JDK) installed on your machine.
- MySql
- IntelliJ or any other IDE