Skip to content

javaalien/SprringBootMicroservicesSLabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

SprringBootMicroservicesSLabs

build a BookStore application using Spring Boot, Spring Cloud, and Docker.

Modules

catalog-service: This services provides REST API for managing catalog of products(books).

TechStack: Spring Boot, Spring Data JPA, PostgreSQL

order-service: This service provides the REST API for managing orders and publishes order events to the message broker.

TechStack: Spring Boot, Spring Security OAuth2, Keycloak, Spring Data JPA, PostgreSQL, RabbitMQ

notification-service: This service listens to the order events and sends notifications to the users.

TechStack: Spring Boot, RabbitMQ

api-gateway: This service is an API Gateway to the internal backend services (catalog-service, order-service).

TechStack: Spring Boot, Spring Cloud Gateway

bookstore-webapp: This is the customer facing web application where customers can browse the catalog, place orders, and view their order details.

TechStack: Spring Boot, Spring Security OAuth2, Keycloak, Thymeleaf, Alpine.js, Bootstrap

About

project for Spring-Boot-Microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published