This project is a Human Resource Management (HRM) system designed to streamline HR processes and improve efficiency. It includes features such as employee management, leave management, time tracking, and more. WebSite: https://opensource-demo.orangehrmlive.com/web/index.php/auth/login
- Employee Management: Add, update, and manage employee information.
- Leave Management: Track and manage employee leave requests.
- Time Tracking: Monitor and record employee working hours.
- Payroll Management: Automate payroll processing and calculations.
- Reporting: Generate various HR-related reports.
To install and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/xsami/orangehrm.git
- Navigate to the project directory:
cd orangehrm
- Install dependencies:
npm install
- Start the application:
npm start
If you're using vscode. Create the following launch.json
configuration:
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to Cypress Chrome",
"port": 9222,
"urlFilter": "https://opensource-demo.orangehrmlive.com*",
"webRoot": "${workspaceFolder}",
"sourceMaps": true,
"skipFiles": [
"cypress_runner.js",
],
},
]
}
Then you can procceed and execute npm run start:dev
.
Once the application is running, you can access it at http://localhost:3000
. Use the provided credentials to log in and start managing your HR processes.
We welcome contributions to improve the project. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or support, please contact [email protected]