The project implements the functionality of a typical job application with three different complex routes.
The application has three major MicroServices.
- Job
- Company
- Reviews
- Java
- Spring Boot
- Maven
- Jpa
/jobs- GET,POST/jobs/{id}- GET,PUT,DELETE/company- GET,POST/company/{id}-GET,PUT,DELETE/company/{id}/reviews- GET all reviews of a company/company/{id}/review- POST a review

