A It assets tracking and management system which enables to track devices like computers, mobile phones and etc... in an organization by associating them with an employee.
- Register Employees
- Register Devices
- Associate devices with employee when he/she possess it
- Track status of the device whether it's healthy or damaged
- Track who posses it at the time being [employee info]
- Update status of the device
- controlled by admin account
- clone the project
- run
npm install
in the server folder - run
npm start
in the server folder - do the same in the client folder
- Happy hacking!