Installation Guide - Jogeedoo19/Employee-Management-System GitHub Wiki
Installation Guide
Follow these steps to set up the project locally on your machine:
-
Clone the repository:
git clone https://github.com/Jogeedoo19/Employee-Management-System.git
-
Navigate to the project directory:
cd Employee-Management-System
-
Open the project in your Java IDE:
- Use IntelliJ IDEA, Eclipse, or your preferred IDE.
- Import as a Maven/Gradle project if build tools are used.
-
Configure the database connection:
- Create a local MySQL or SQLite database.
- Locate the configuration file (e.g.,
DBConfig.java
) and update with your database URL, username, and password. - Run the included SQL script (if provided) to initialize tables.
-
Build and run the application:
- Compile the code.
- Run the main class (e.g.,
Main.java
orApp.java
) to launch the GUI.