It is a java based desktop application to maintian employee details working in any organisation. It supports functionalities like adding, viewing, updating and removing employees. The UI is built using Java Swing toolkit and MySQL is used as a database to store the details of the employees.
- Java Development Kit (preferrably, jdk17)
- Build tool - Maven
- Any IDE (VSCode/Eclipse/Intellij etc.) which supports Java based projects
- MySQL (Workbench or CLI)
- Other dependencies (present in
pom.xml
) will automatically be added once project is built using maven
- Clone the src code using
git clone https://github.com/rohitmadan07/EmployeeManagementSystem.git
- Build the project using maven to add dependencies
mvn package
- Open the project in any IDE of your choice and go into the following directory
cd employeemanagementsystem/src/main/java/employee/management/system
Run the Frame Class's main method (Frame.java)
to start the application.