Skip to content

Commit ee1bdf9

Browse files
committed
update readme
1 parent 0814d3a commit ee1bdf9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Binary file not shown.

.resources/documentations/assets/request-flow.svg

Lines changed: 4 additions & 0 deletions
Loading

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ Using this app can bring a little bit of happiness and energy to live an inspire
4848

4949
The Android App using this backend is also open-sourced. You can find the project here: [Modern Android Development - WhereIsMyMotivation](https://github.com/unusualcodeorg/wimm-android-app)
5050

51-
## API Framework Design
52-
![Request-Response-Design](.resources/documentations/assets/api-structure.png)
53-
5451
## Request-Response Flow
55-
`
56-
src → main.ts → app-module.ts → core.module.ts → apikey.guard.ts → auth.module.ts → auth.guard.ts → role.guard.ts → [feature].module.ts → [feature].controller.ts → [feature].service.ts → response.validation.ts → exception.handler.ts → response.transformer.ts
57-
`
52+
53+
![Request-Response-Design](.resources/documentations/assets/request-flow.svg)
5854

5955
# Installation Instruction
6056
vscode is the recommended editor - dark theme

0 commit comments

Comments
 (0)