Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.56 KB

File metadata and controls

39 lines (28 loc) · 1.56 KB

PlacementCell

Requirements

A company constantly needs to download their data to compile different reports. You need to create an interface for the employees of this company to fill in the data into the database and then download it in CSV format

Features

  • Sigin/Signup
  • Keep a track of student progress on the basis of courses score and company's interview through student dashbaord with CRUD support
  • Company Dashbaord for showing all ongoing interview with arrange an interview with company
  • Update a result of interview from company dashbaord which reflect in student profile too.
  • Generate a reports by clicking on GETREPORTS

Technologies Stack:

  • Vs Code - awesome web-based text editor
  • node.js - evented I/O for the backend
  • Express - fast web framework for node.js
  • mongoDB - the database for modern applications
  • Passport - For Authentication purpose
  • etc

How to Install :

Clone the project onto your local machine.

Run 'npm install' to install required dependencies.

Create .env file on root directory and set given below two variable with own values:

SCERET_KEY = <YOUR_SECRET_KEY>

MONGODB_URI= <MONGODB_URL>

Run 'npm start' to start the application.

Visit the application at http://127.0.0.1:5001