Skip to content

This is a pet project for learning microservices and monorepos :)

Notifications You must be signed in to change notification settings

rasulov-emirlan/micro-pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Micro Pizzas

This is a monorepo for microservices I built to learn about backend a little more

The strucure

  • 🤑orders: Orders handle shopping cart and the actual orders
  • 🍕products: Products manage the products we have in our menu and ones we have ingredients for
  • 😎users: Users handle user authorizations and all that jazz
  • 🧑‍⚕️sentry: Sentry monitors our microservices and aggregates their logs

Every microservice above has its own database. They communicate with eachother through GRPC.

About

This is a pet project for learning microservices and monorepos :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages