Skip to content

JustJordanT/pizza-planet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pizza-planet-modern-monolith

wakatime

Pizza Planet Modern Monolith Application πŸ• πŸ›»

image

High level design

image

DB Diagram of Pizzas Planet

image

Tech Stack

User Flow

  • Customers start by browsing the menu of pizzas available through the API.
  • They can filter or search for specific pizzas, and view details about each one.
  • Once the customer has decided on the pizzas they want to order, they add them to their cart.
  • The cart is connected to their account, so they can save it for later or come back to it.
  • Next, the customer reviews the items in their cart and can make changes if needed. Once they're satisfied, they proceed to checkout.
  • During checkout, the customer make the payment, the order get confirm and they receive the confirmation
graph TD;
    Customers-->|browse menu|Pizzas;
    Pizzas-->|add to cart|Cart;
    Cart-->|review and edit|Cart;
    Cart-->|checkout|Orders;
    Orders-->|Payment| Orders;
    Orders-->|Confirmation|Customers;
Loading

About

Pizza Planet Application πŸ• πŸ›» - A place for me to build a modular Monolith

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published