change in diagram

This commit is contained in:
meysamhadeli 2022-06-30 00:58:03 +04:30
parent 56d1c12773
commit 7363ec3473

View File

@ -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.