Giter Club home page Giter Club logo

employee-review-system's Introduction

Employee-review-system

This application has following features with three views

  1. Admin view
Add/remove/update/view employees
Add/update/view performance reviews
Assign employees to participate in another employee's performance review
  1. Employee view
List of performance review requiring feedback 
An employee can register, only admin can make an employee an admin
  1. sign in for admin and user.
also has super user for initialting the application once
Make 1 login for admin and employee

How to setup on local machine

  1. To use this repository your machine should have node, npm, monogodb and git. to check version exicute these.
node --version
npm --version
git --version
  1. Now clone this repository
git clone https://github.com/wizzenalum/employee-review-system.git
  1. Change directory to Ecomerce-API
cd employee-review-system
  1. Install dependencies
npm install --save
  1. Start mongo db this command may differ... system to system.
sudo systemctl start mongod
  1. That's... it run the application
npm start

To test all the routes you can utilize rest-client.

  1. i assume your system has vs-code and rest-client preinstalled
  2. this api already contain one file called route-testing which has all the routes that it support.
  3. you just have to click on send request only.
  4. remember to change the id for different delte and update.

File structure

here you are looking at directory structure with root level files only.

employee-review-system
├── assets
│   ├── images
│   ├── scripts
│   ├── scss
│   └── styles
├── node-modules
├── configs
├── controllers
├── index.js
├── models
├── package-lock.json
├── package.json
├── readme.md
├── routers
└── views
    ├── authentication
    └── partials

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.