Skip to content

Commit

Permalink
docs: Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Sep 23, 2024
1 parent 761fddb commit a721911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ dotnet new install .

## Features

- ✅ Using `Vertical Slice Architecture` as a high level architecture
- ✅ Using `Vertical Slice Architecture` as a high-level architecture
- ✅ Using `CQRS Pattern` on top of `MediatR` library
- ✅ Using `Mapperly` source generator for the mappings
- ✅ Using `Minimal APIs` for handling requests
- ✅ Using `Fluent Validation` and a [Validation Pipeline Behaviour](./src/BuildingBlocks/BuildingBlocks.Validation/RequestValidationBehavior.cs) on top of MediatR
- ✅ Using `Postgres` On Top of EfCore
Expand Down

0 comments on commit a721911

Please sign in to comment.