docs: add repository docs
This commit is contained in:
parent
cf7673c51c
commit
bcfab0fbad
3 changed files with 146 additions and 0 deletions
12
ARCHITECTURE.md
Normal file
12
ARCHITECTURE.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Architecture
|
||||
|
||||
This program’s design resembles a Resource-Method-Representation architecture pattern. This is due to the design choice of making it API-oriented, instead of
|
||||
domain-oriented. Therefore
|
||||
|
||||
Router
|
||||
|
||||
Controller
|
||||
|
||||
Model
|
||||
|
||||
Backend
|
||||
Loading…
Add table
Add a link
Reference in a new issue