To install any dependency required, Navigate to the project directory, open the terminal and run the command npm install <dependency_name>
.
For example npm install express
The following dependencies need to be installed before running the project
- axios
- connect-flash
- connect-mongo
- crypto-js
- ejs
- express
- express-ejs-layouts
- express-session
- json2csv
- moment
- mongoose
- node-sass-middleware
- nodemon
- passport
- passport-local
To run the project open the terminal and run the command npm start
This project has the following features-
- SignIn/SignUp
- Add a new Student, Company, Interview, Result
- Export data to CSV
- Filter results
https://drive.google.com/file/d/1DaV-RxeDBJFoCea_N7Ex2UjRYZqK6a2d/view?usp=sharing