Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.6 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.6 KB

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