The human resources management system manages all the operations of the company's employees, which means that you can control the branches and departments and all the operations of modifications, additions and deletions (curd) setting salaries for employees dealing with deductions and taxes imposed on employees all this and more.
status | Login | Register | Branches | Departments | Employees | Tasks | Leaves |
---|---|---|---|---|---|---|---|
Auth | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Crud | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
status | Salary | Overtime |
---|---|---|
Auth | ✔ | ✔ |
Crud | ✔ | ✔ |
You can see the project online:
mitral-hr.vercel.app
or Clone the project : on your pc open cmd :
git clone https://github.com/Yasser-Alnajjar/Mitral-HR.git
cd Mitral-HR
npm install
npm run dev
Second clone the mitral-server
git clone https://github.com/Yasser-Alnajjar/mitral_server
cd mitral_server
npm install
npm run serve
Open http://localhost:3000 with your browser to see the result.