examples/refine-hr-ce/README.md
Demonstrating Refine's Capabilities for Building Enterprise-Level HR Tools
HR Management App Example built using Refine, Material UI and Deploying to Digital Ocean Platform
⭐ You can view the live demo of the application here.
Login page: Allows users to log in as either a manager or an employee. Managers have access to the Time Off and Requests pages, while employees only have access to the Time Off page.
Time Off pages: Allows employees to request, view, and cancel their time off. Also managers can assign new time offs.
Requests page: Accessible only to HR managers for approving or rejecting time off requests.
Access Control: Different roles have different access levels to the application.
npm create refine-app@latest -- --example refine-hr-ce