The application is used to give feedbacks to each others performances.
It has two views :
- Admin
- Employee
ADMIN -
Add/remove/update/view employees
Add/update/view performance reviews
Assign employees to participate in another employee's performance review
EMPLOYEE -
List of performance review requiring feedback
Submit feedback
- Make 1 login for admin and employee
- An employee can register, only admin can make an employee an admin
To use this repository you should have following installed in your machine
- node
- npm
- mongoDB
- git
Clone the project
git clone https://github.com/UsernameZERO/Employee_Review-System
Go to the project directory
cd Employee_Review-System/
Install Dependencies
npm install --save
- Make sure to start Mongodb, as it differ from system to system
Now run the application
npm start
EMPLOYEE_REVIEW_SYSTEM
├── assets
│ ├── css
│ ├── js
│ ├── scss
├── configs
├── controllers
├── models
|── node_modules
├── routes
├── views
| └── partials
├── index.js
├── package-lock.json
├── package.json
└── readme.md