Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 453 Bytes

skateboard-shop

Demo application made by leveraging the microservices arhitecture style.

minikube start --cpus 4 --memory 6144

Microservices

  • Frontend - UI component of the application
  • Catalog - contains products with stock info
  • ShoppingCart - contains items added in cart and processes payments
  • Auth - Provide authentication using JWT tokens signed with a secret key

Microservices Diagram