Skip to content

rks1995/employee-review-system

Repository files navigation

Employee Review System

Description

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.

Features

Admin View

  1. View/Add/Delete/Update/ an Employee
  2. View/delete/Assign task to an Employee

Employee View

  1. Submit feedback for other employee's performance
  2. View his/her own feedback

ScreenShot

Admin view

view-employess

alt

Add-employess

alt

update-employess

alt

assign-task

alt

view-task

alt

view-reviews

alt

Employee view

employee-view

alt

my-reviews

alt

How to install and run in your local machine

clone the repository by git clone https://github.com/rks1995/employee-review-system.git cd employee-review-system run npm install & npm start

admin login(very important ❗️)

email: ratna@gmail.com password: 1234

Folder structure

  1. assets -> contains all css/js/img file
  2. controllers
  3. db -> connecting to mongo db
  4. middleware
  5. models
  6. routes
  7. views -> all partials are also present
  8. app.js
  9. package.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published