Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 885 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 885 Bytes

Food Ordering System

An application built using the principles of hexagonal architecture and domain driven design

Architecture

architecture

Dependency Graph

dependency-graph

Generate Dependency Graph

mvn com.github.ferstl:depgraph-maven-plugin:aggregate -DcreateImage=true -DreduceEdges=false -Dscope=compile "-Dincludes=com.food.ordering.system*:*"

Order Lifecycle

order-state-transitions

Order Service

order-service-domain