Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrereton authored Dec 2, 2024
1 parent 8c62176 commit 3b03232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ I want to have a starter template for building Dotnet Apis. Things that are impo
- Repository Pattern
- Feature Folders

## Architectural Decision Records
- Have a thin endpoint/controller and move the logic into a handler/service class so it's (1) unit testable and (2) decoupled from the endpoint framework so it can moved around and called from elsewhere

## Prerequisites

- .NET 8 SDK
Expand Down

0 comments on commit 3b03232

Please sign in to comment.