Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayhul-Jindal authored Nov 17, 2023
1 parent ca478f7 commit 71a2957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker-compose up

## Salient Features

### Combination of Hexagonal and Onion Architecture
### Architecture
My code is highly decoupled. This is possible because I have used `ports and adapters architecture` throughtout my code base(basically different interfaces for different jobs). Took some inspiration from the `onion architecture` to build my logging service completly detached from my bussiness logic and to make middlewares for my json api

- Power of `ports and adapter architecture` (high level overview)
Expand Down

0 comments on commit 71a2957

Please sign in to comment.