Skip to content

An application similar to LinkedIn with job seeker and recruiter roles. Seekers can create resumes and get notifications. Recruiters can post jobs and search for potential hires. Deployed to Heroku.

Notifications You must be signed in to change notification settings

gracelf/ResumeDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A solo project for the Java Web Developer Boot Camp (seventh week).
It is a LinkedIn clone that has roles for recruiters and job seekers.

Job seekers can create their own online resume by entering work experiences, educational achievements, skills, and personal information. After each new post, the job database is automatically searched, and any job posting that match any of the skills for the job that was just posted are displayed to job seeker on home page as a notification. Recruiters can log in and post job listings.

Recruiters and seekers can update their postings and search for people, jobs, companies, and schools. All data is saved to a PostgreSQL relational database.

Experience this app live on Heroku: https://resume-database.herokuapp.com/login

Log in with my test job seeker account: jobseeker/pass     or log in with a test recruiter account: recruiter/pass
Also, You are welcome to sign up as a new recruiter and/or job seeker.

Reference:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range

https://coderanch.com/t/674850/framework/bind-thymeleaf-checkbox-boolean-variable

https://stackoverflow.com/questions/218384/what-is-a-nullpointerexception-and-how-do-i-fix-it

https://stackoverflow.com/questions/14795303/how-to-check-if-an-array-is-empty

https://www.mkyong.com/spring-mvc/spring-mvc-checkbox-and-checkboxes-example/

http://forum.thymeleaf.org/The-checked-attribute-of-the-checkbox-is-not-set-in-th-each-td3043675.html

https://stackoverflow.com/questions/24203220/thselected-a-number-in-a-select-option-with-thymeleaf-doesnt-work

About

An application similar to LinkedIn with job seeker and recruiter roles. Seekers can create resumes and get notifications. Recruiters can post jobs and search for potential hires. Deployed to Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published