Microservices driven platform for companies to post their job listings and employees to leave reviews for companies they have worked for
Developed using: Java, Spring Boot, Spring Data JPA, PostgreSQL, Spring Cloud Gateway, Spring Cloud Netflix - Eureka Server, Zipkin, Spring Cloud OpenFeign, Micrometer
- API Gateway: Serves as the single entrypoint for the client and routes request to different services
- Eureka Server: Provides service registry and load balancing capabilities
- Company Microservice: Manages the creation, modification, and retrieval of Company related data
- Job Microservice: Manages the creation, modification, and retrieval of Jobs related data
- Review Microservice: Manages the creation, modification, and retrieval of Reviews related data