From 7363ec34731b3920497ced7602df8b8c49ac4d6d Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Thu, 30 Jun 2022 00:58:03 +0430 Subject: [PATCH] change in diagram --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.