Installation & Step by Step Process
An employee management system is a software, that helps your employees to give their best efforts every day to achieve the goals of your organization. It guides and manages employees efforts in the right direction. It also securely stores and manages personal and other work-related details for your employees.
- Eclipse IDE
- jdk-18.0.2.1
- mysql-connector.jar
- xampp-windows-x64-8.0.9-0-VS16
- mysql
What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.
- https://www.eclipse.org/downloads/
- https://www.eclipse.org/downloads/
- https://www.apachefriends.org/download.html
Here's a brief intro about what a developer must do in order to start developing the project further:
gh repo clone Vidhinpatel08/Employee-Management-System
cd Employee-Management-System/
Step 1: Deployee Database
- goto Xampp Control panel , open Apache and mysql server
- goto Crome and serach : http://localhost/phpmyadmin/
- create new data base name project3
- goto import navigater
- choose your Database file "project3" and upload there and click to Go
Step 2: Install JDK & Eclipse step by step
- no need Additional features
Step 3 : open Project Folder in Eclipse
Now, you need to change some line as per your connecton :
<classpathentry kind="lib" path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar"/>
<!-- path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar" -->
<!-- set the path of where your mysql connecter location. like my current location
D:\College\Employee_Project\Employee-Management-System\mysql-connecter -->
<classpathentry kind="output" path="bin"/>
<classpathentry kind="lib" path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar"/>
<!-- path="D:/College/Employee_Project/Employee-Management-System/mysql-connecter/mysql-connector.jar" -->
<!-- set the path of where your mysql connecter location. like my current location
D:\College\Employee_Project\Employee-Management-System\mysql-connecter -->
<classpathentry kind="output" path="bin"/>
you can change you code as per your Requirement.
- Goto Front_Page.java and simple run file simple like normal java file.
Run Step by Step As per your Requirements. We have provided Output images for you Understanding See in Output_images Folder.
How to work Our Application .
- Welcome page
- Login page
- login with Username & Id
- Signup & Forgot password
- Home page
- Employee
- Salary
- Attendance
- About US
- Employee Panel
- Add Employee
- Update Employee
- View Employee
- Remove Employee
- Attendance Panel
- Fill Attendance
- View Attendance
- salary Panel
- Add Salary
- Update Salary
- Generate Payment slips
- About US Panel
- Goto Xampp Control panel , open Apache and mysql server
- Goto Crome and serach : http://localhost/phpmyadmin/
- Create new data base name project3
- Goto import navigater
- Choose your Database file "project3" and upload there and click to Go
This project is licensed under Apache License 2.0 2022