An app where admin and employees are handled seperately, Admin has the privilege to add/delete/update the employee and also assign task to an employee to perform in some other employees performance (give feedback). Employees on the other can only submit feedback for an employee to whom the task has been assigned by the admin.
- View/Add/Delete/Update/ an Employee
- View/delete/Assign task to an Employee
- Submit feedback for other employee's performance
- View his/her own feedback
clone the repository by git clone https://github.com/rks1995/employee-review-system.git cd employee-review-system run npm install & npm start
email: ratna@gmail.com password: 1234
- assets -> contains all css/js/img file
- controllers
- db -> connecting to mongo db
- middleware
- models
- routes
- views -> all partials are also present
- app.js
- package.json