This application is currently under development.
Here is the link: https://recruitmentpage.herokuapp.com/
The following login information can be used for easy navigation of this website.
Student:
EnrollmentNo: 1221,1222,1223..
Password: 123
Companies:
Email: samsung@s.com,microsoft@m.com, google@g.com
Password: 123
This app is built using MEAN stack.
Database: MongoDB.
Server: Express Middlewares implemented REST API
UI: Angular 2
Platform: NodeJS
Design:
Two kinds of Users - Students and Companies and three database models Student, Company, Jobs.
Login and register page for both Companies and Students.
Students Dashboard : Displays a list of applicable jobs posted by different companies.
Companies Dashboard : Displays the jobs they have posted and has a link to see which students have applied for the job.
Password hashing and Verification using bcrypt.
Authentication done using passport.