A comprehensive Human Resource Management System built using HTML, CSS, Bootstrap, PHP, and MySQL. This system allows organizations to manage employee data, track attendance, manage payroll, and handle other HR-related tasks.
- Employee Management: Add, update, and delete employee records.
- Attendance Tracking: Record and monitor employee attendance.
- Payroll Management: Calculate and process employee salaries.
- Leave Management: Manage employee leave requests and approvals.
- User Roles: Different user roles with specific access rights (Admin, HR, Employee).
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL
-
Clone the repository:
git clone https://github.com/pm7607/HRMS.git
-
Navigate to the project directory:
cd hrms-project -
Set up the database:
- Create a MySQL database, which name is "hrms".
- Import the SQL file provided in the
databasefolder. - Update the database configuration in
config.php.
-
Start the server:
- Use a local server (like XAMPP or WAMP) to host the project.
- Place the project folder in the
htdocsdirectory (for XAMPP).
-
Access the project in your web browser:
http://localhost/hrms-project
- Log in as Admin to access all features.
- userId :- admin@2205
- password :- Admin123
- HR and Employee roles have restricted access.
- userId :- Pratik_02
- password :- pratik@123
Contributions are welcome! Please fork this repository and submit a pull request.
- Pratik Mehta: premmehta7607@gmail.com
- GitHub Profile

