Started creating the docs

This commit is contained in:
2024-07-23 19:15:01 +02:00
parent 643ceeb607
commit e31dccc298
28 changed files with 332 additions and 129 deletions

View File

@@ -0,0 +1,21 @@
# Models for HopFrame
This page shows all models that HopFrame uses.
## Base Models
These are the models used by the various database services.
![](img/BaseModels.svg)
## API Models
These are the models used by the REST API and the Blazor API.
![](img/ApiModels.svg)
## Database Models
These are the models that correspond to the scheme in the Database
![](img/DatabaseModels.svg)