Update README.md

This commit is contained in:
Meysam Hadeli 2022-06-30 00:56:18 +04:30 committed by GitHub
parent c84fefc4bf
commit 56d1c12773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,6 @@ 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.