Skip to content

About 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

Notifications You must be signed in to change notification settings

Aman-1704/PlacementCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

About 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published