A group project for the placement cell of the college.
Provide admins to create new users, search for students based on eligibility criteria and if eligible they can inform students using SendGrid, admin can add a company and remove it, whenever he wants.
Admin can search students based on their registration no, on basis of branch and save those data in excel sheet
Separate Student account where they can update their profile, and see their placement stats.
The homepage displays top placement and displays upcoming companies by fetching data from MongoDB
Used jwt token along with cookies to keep state persistent of a user and security, the password is
stored in hashed form using bycrypt and encrypt
Used ReactJS and bootstrap for the applicationʼs frontend and NodeJS with ExpressJS for implementing
the backend using MongoDB as a database.