Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 3.47 KB

README.md

File metadata and controls

26 lines (20 loc) · 3.47 KB

"Find Yourself" - Job Board (pet project)

I want to introduce you to my Job Board project - "Find Yourself". logo.png

What it is

It`s a job search site for candidates who can view vacancies, communicate with HR and go to some negotiations or invitations for interviews, as well as an opportunity for employers to find a suitable candidate and start communicating with him/her. It uses many different frameworks and libraries - Spring Framework, Spring Security, Spring Boot, Spring WEB, Spring JPA, Spring MVC, Spring Test, Hibernate, JUnit Test, Lombok, Mapstruct, OAuth2, Postman, REST API design, JSON, Git, Maven, and databases - MySQL and MongoDB.

You can see what the site looks like at this link - YouTube video "Find Yourself" review.

You can also look at the code without the front end with JSON format and JWT token at this link - code without front-end.

Tables of Entities

Id E-mail Full name Password Employer id Candidate id
1 [email protected] Admin Carol 1111 1 1
2 [email protected] Larry Jackson 2222 2 -
3 [email protected] Nikole Jackson 3333 - 2
4 [email protected] Donald Carol 4444 - 3
5 [email protected] Nikole Helen 5555 - 4
6 [email protected] Violet Jackson 6666 3 -