A Job Portal Web App made using Node.js, Express.js & MongoDB.
Video Link : https://www.linkedin.com/posts/devjeet-roy-219941170_nodejs-nodejsdeveloper-mongodb-activity-6702580544942739456-bD9x Project URL : http://jobfest.herokuapp.com/
It is a web app where a person can register himself as an employer or employee to recruite candidates or to apply for jobs respectively.
- Post Job Openings
- See previous jobs posted by him.
- See candidates who enrolled themselves as employees!
- See and download the resume of the employees!
- Update status which will be visible globally!
- Delete status posted by him!
- Apply search queries over employees based on their skills!
- Find jobs
- Apply for the jobs! (A template mail with applicant details will be send to the the employer)
- Update status which will be visible globally & delete his own status!
- Edit & write ones profile page!
- As many type one edits his profile, the CV gets generated & saved!(Old CV gets deleted for space management)
- Apply search queries based on the skills required for a job!
- In terminal : npm install
- In terminal : mongostore
- In authmodel.js : Put your own email & password and activate this : https://myaccount.google.com/lesssecureapps
- In terminal : npm start
- In web browser : Go to localhost:3000/
See candidates/employees & download their CV which are auto generated when the employees fill up details for profile page
Once the details are filled up, it can be updated & the CV gets updated accordingly!