Code Monkey home page Code Monkey logo

placementcell_project's Introduction

NodeJS-Placement-Cell

Placement Cell ๐Ÿ“

An interface for coding ninjas placement cell to keep records of students and schedule interviews with different companies
This App built using EJS, MongoDB, ExpressJs, NodeJs and PassportJS

Tech Stack

Client: HTML, CSS, JAVASCRIPT

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

๐Ÿ”— Links

Github Link:- https://github.com/k1chandrasekhar/Placementcell_project

๐Ÿ”— Live Demo

Render Link:- https://placement-cell-yb9w.onrender.com

Features

  • Sign up / Sign in forms for employees

  • Add a new student to the list of students

  • Allocate and schedule interview with different companies and update their result status

  • Download reports of students in csv format

    Folder Structure

Placement-Cell/

โ”œโ”€โ”€ routes/
โ”‚   โ”œโ”€โ”€ companyRoute.js
โ”‚   โ”œโ”€โ”€ userRoute.js
โ”‚   โ”œโ”€โ”€ studentRoute.js
โ”‚   โ”œโ”€โ”€ index.js
|   |
โ”œโ”€โ”€ controllers/
โ”‚   โ”œโ”€โ”€ companyController.js
โ”‚   โ”œโ”€โ”€ homeController.js
โ”‚   โ”œโ”€โ”€ studentController.js
โ”‚   โ”œโ”€โ”€ userController.js
|   |
โ”œโ”€โ”€ models/
โ”‚   โ”œโ”€โ”€ companySchema.js
โ”‚   โ”œโ”€โ”€ userSchema.js
โ”‚   โ”œโ”€โ”€ studentSchema.js
|   |
โ”œโ”€โ”€ views/
โ”‚   โ”œโ”€โ”€ sinup.ejs
โ”‚   โ”œโ”€โ”€ signin.ejs
โ”‚   โ”œโ”€โ”€ home.ejs
โ”‚   โ”œโ”€โ”€ company.ejs
โ”‚   โ”œโ”€โ”€ allocationinterview.ejs
โ”‚   โ”œโ”€โ”€ add_student.ejs
|   โ”œโ”€โ”€ _header.ejs
|   โ”œโ”€โ”€ _bootstrap_script.ejs
|   โ”œโ”€โ”€ _bootstrap_meta.ejs
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ index.js
โ”œโ”€โ”€ package-lock.json
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ README.md

Screenshots

  • Sign Up Sign-Up

  • Sign In Sign-In

  • Student Page Student-Page

  • Interview Page Interview-Page

  • Add student Add-Student

  • Schedule Interview Interview

Setup

setting up the Placement Cell app, a web-based tool crafted to oversee placement-related tasks within an institution. The application comprises a client-side built with HTML, CSS, and JavaScript, and a server-side developed using Node.js, Express.js, and Mongoose. Furthermore, EJS serves as the templating engine for server-side rendering in this application.

Prerequisites:

Node.js and npm installed on your system.

Step 1: Clone the Repository

Open your terminal or command prompt. Use the git clone command to clone the repository to your local machine. bash

git clone <repository_url>

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 index.js

Step 6: Access the Application

Open your web browser and visit http://localhost:8000 to access the Placement Cell web app.

placementcell_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.