1. Its User-Friendly. Easy to use website.
2. Store information about Administrator and Employees.
3. Reduced time consumption.
4. Employees Salary can be Printed.
5. Online chat Service Integrated.
6. Employees Performance analysis using Biometric.
To get the website up and running on your machine, you will need XAMPP. After installtion, follow the steps below.
-
Clone the repository using this command.
git clone https://github.com/MD-MAFUJUL-HASAN/Online-Payroll-Management-System.git
-
Find the cloned folder on your system directory. Example-
C:\Users\mdton\Online-Payroll-Management-System
-
Copy and Paste the cloned folder in the htdocs folder in XAMPP folder on your machine.
-
Start Apache and MySQL from XAMPP control panel.
-
Open browser and write
localhost/phpmyadmin/
in the url bar and PHP interface will open. Navigate to phpMyAdmin using Navbar. -
Create a new Database naming
payrollmanage
and Import thepayrollmanage.sql
file from your systemC:\xampp\htdocs\Online-Payroll-Management-System
-
Type in the browser url bar
localhost/Online-Payroll-Management-System
-
Default Admin Account
Username - admin123@gmail.com
Password - Admin@123
Congrats! The Website is live on your machine.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.