Skip to content

Commit 32154cf

Browse files
docs: add database schema
1 parent dc3be8f commit 32154cf

File tree

4 files changed

+1137
-0
lines changed

4 files changed

+1137
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Table of contents:
1717
* [Development](#development)
1818
* [Server](#server)
1919
* [Client](#client)
20+
* [Data model](#data-model)
2021
* [Licence](#licence)
2122
<!-- TOC -->
2223

@@ -53,6 +54,13 @@ $ npm run dev
5354

5455
Then go to http://localhost:5173
5556

57+
## Data model
58+
59+
<picture>
60+
<source media="(prefers-color-scheme: dark)" srcset="./assets/data_model_dark.png">
61+
<img alt="Data model" src="./assets/data_model.png">
62+
</picture>
63+
5664
## Licence
5765

5866
[MIT](./LICENSE)

0 commit comments

Comments
 (0)