Skip to content

Commit

Permalink
feat: add helper shared docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Aug 19, 2022
1 parent 49360ac commit 97b8d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ To begin with, you must understand that the project is divided by domains.
* Role - Domain to manage roles within the system.
* User - Domain to manage users.
* Shared - Exceptional domain, are classes that are used throughout the system.

* Application - Everything related to libraries like express or koa.
* Domain - It is the basic domain layer as a base.
* Exceptions - These are general exceptions.
* Factories - These are the factories that are used throughout the system.
* Helpers

TODO: Handlers

Expand Down

0 comments on commit 97b8d3a

Please sign in to comment.