Skip to content

Skateboard shop is a demo application made in order to try out microservices and operating a local cluster using minikube.

Notifications You must be signed in to change notification settings

CiucurDaniel/skateboard-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Skateboard shop is a demo application made in order to try out microservices and operating a local cluster using minikube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published