Skip to content

Commit 42eee6c

Browse files
committed
auth module
1 parent 5149cc1 commit 42eee6c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ so I decided to hexagonal(Ports and Adapters) architecture, so that our core app
6363

6464
Here is what the main architecture of each subdomain of our app looks like:
6565

66-
![With / Without Interface(port)](documentation/assets/main-architecture.png)
66+
![Main architecture](documentation/assets/main-architecture.png)
6767

6868
And here is how the architecture fits inside the Nestjs's architecture:
6969

70-
![With / Without Interface(port)](documentation/assets/nestjs-architecture.png)
70+
![Architecture in Nestjs](documentation/assets/nestjs-architecture.png)
7171

7272
This hexagonal architecture implementation follows Domain-Driven Design principles and employs the CQRS pattern(partially to keep the project simple but organized) through NestJS's event handling system. The architecture consists of several key layers:
7373

@@ -95,8 +95,11 @@ This hexagonal architecture implementation follows Domain-Driven Design principl
9595
- Event handlers handle side effects and cross-module communication
9696
- Asynchronous processing of business workflows
9797

98+
## Module archtiectures
9899

100+
### Auth module architecture
99101

102+
![Auth module architecture](documentation/assets/auth-module-architecture.png)
100103

101104

102105

Loading

0 commit comments

Comments
 (0)