Skip to content

Commit 2ec28a1

Browse files
authored
Update README.md
1 parent e9514d5 commit 2ec28a1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ You may need configure *appsettings.json* to get it to work.
1212
* DDD based implementation
1313
* Unit and Integration Tests
1414
* CQRS pattern for use cases
15-
* Auto logging with independent transaction
15+
* Cross-cutting concerns: Auto logging with independent transaction, error handler, auto rollback
1616
* Migrations
17-
* Result pattern, avoiding throws
17+
* Result pattern return, avoiding throws
1818
* Api fixed base response
19+
* Unity of Work and repository pattern
20+
* API Base result format
21+
* JWT Authentication
22+
* BCrypt for security of passwords
1923

2024
# Layers
2125

0 commit comments

Comments
 (0)