Code Monkey home page Code Monkey logo

employee-review-system-project's Introduction

Employee Review System

Employee Review System πŸ“

This project is an Employee Review System application that allows employees to submit their feedback on each other’s performance

Tech Stack

Client: HTML, CSS, JAVASCRIPT

Server: Node.js, Express.js, Mongoose, EJS,

πŸ”— Links

Github Link:- https://github.com/k1chandrasekhar/Employee-Review-System-Project

πŸ”— Live Demo

Render Link:- https://ers-m8rq.onrender.com

Folder Structure

Employee-Review-System-Project/

β”œβ”€β”€ assets/
β”œ         β”œβ”€β”€ CSS/
β”‚             β”œβ”€β”€ .css
β”‚
β”œβ”€β”€ routes/
β”‚   β”œβ”€β”€ employeeSection.js
β”‚   β”œβ”€β”€ review.js
β”‚   β”œβ”€β”€ users.js
β”‚   β”œβ”€β”€ index.js
|   |
β”œβ”€β”€ controllers/
β”‚   β”œβ”€β”€ employeeSection.js
β”‚   β”œβ”€β”€ home.js
β”‚   β”œβ”€β”€ review.js
β”‚   β”œβ”€β”€ user.js
|   |
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ user.js
β”‚   β”œβ”€β”€ myReviews.js
β”‚   β”œβ”€β”€ assignedReview.js
|   |
β”œβ”€β”€ views/
β”‚   β”œβ”€β”€ signupPage.ejs
β”‚   β”œβ”€β”€ signinPage.ejs
β”‚   β”œβ”€β”€ layout.ejs
β”‚   β”œβ”€β”€ home.ejs
β”‚   β”œβ”€β”€ header.ejs
β”‚   β”œβ”€β”€ employeeSection.ejs
|   β”œβ”€β”€ assignwork.ejs
β”œβ”€β”€ .gitignore
β”œβ”€β”€ index.js
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md

Step 2: install

Install the required Node.js packages by running the following command.

npm install

Set up the MongoDB database using Mongoose. Modify the config.js file in the config directory with your MongoDB connection URL. Create necessary models for the placement cell app in the models directory using Mongoose schema. Implement the required routes and logic in the routes directory to handle placement cell functionalities like adding, updating, and deleting placements.

Step 3: EJS Templating

In the server directory, navigate to the views folder. Customize the EJS templates to render dynamic content and data from the server. Ensure that the templates are correctly integrated with the routes to display the data as intended.

Step 4: Start the Application

Run the following command to start the server.

node install.js

Step 6: Access the Application

Open your web browser and visit http://localhost:8000 to access the Employee Review System web app.

Features:

Admin view

Add/remove/update/view employees

Add/update/view performance reviews

Assign employees to participate in another employee's performance review

Employee view

List of performance review requiring feedback

Submit feedback

An employee can register, only admin can make an employee an admin

employee-review-system-project's People

Contributors

k1chandrasekhar avatar

Watchers

 avatar

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.