Skip to content

VamsiKrishna0001/Employee_Review-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMPLOYEE REVIEW SYSTEM

The application is used to give feedbacks to each others performances.

It has two views :

  • Admin
  • Employee

Features

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

Run on local machine

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

Folder Structure

EMPLOYEE_REVIEW_SYSTEM
├── assets
│   ├── css
│   ├── js
│   ├── scss
├── configs
├── controllers
├── models
|── node_modules
├── routes
├── views
|   └── partials
├── index.js
├── package-lock.json
├── package.json
└── readme.md