Skip to content

rohitmadan07/EmployeeManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aea0e70 · Aug 20, 2023

History

13 Commits
Aug 20, 2023
Aug 18, 2023
Aug 20, 2023

Repository files navigation

EmployeeManagementSystem

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.

Requirements

  1. Java Development Kit (preferrably, jdk17)
  2. Build tool - Maven
  3. Any IDE (VSCode/Eclipse/Intellij etc.) which supports Java based projects
  4. MySQL (Workbench or CLI)
  5. Other dependencies (present in pom.xml) will automatically be added once project is built using maven

Setup Instructions

  1. Clone the src code using

git clone https://github.com/rohitmadan07/EmployeeManagementSystem.git

  1. Build the project using maven to add dependencies

mvn package

  1. 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 App

Run the Frame Class's main method (Frame.java) to start the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages