diff --git a/README.md b/README.md index b539bf2..54fcec5 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ High-level plan is represented in the table - `Booking Service`: The Booking Service is a bounded context for managing all operation related to booking ticket. +![](./assets/Diagram.jpg) + ## Structure of Project In this project I used a mix of [clean architecture](https://jasontaylor.dev/clean-architecture-getting-started/), [vertical slice architecture](https://jimmybogard.com/vertical-slice-architecture/) and I used [feature folder structure](http://www.kamilgrzybek.com/design/feature-folders/) to structure my files. diff --git a/assets/Diagram.jpg b/assets/Diagram.jpg new file mode 100644 index 0000000..2bbd75a Binary files /dev/null and b/assets/Diagram.jpg differ