diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-17 14:19:19 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-17 14:19:19 -0400 |
commit | e5fbe360d355557b978973f62eed06e01e85bb71 (patch) | |
tree | d25fc15dbc81c42c415785140001362ac0d559cc | |
parent | 5ddcd1cf663cc732819cfcb66f2ff6b1bbeb0d47 (diff) |
update documentation
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -12,6 +12,17 @@ This project uses the following technologies: | |||
12 | - [Gin][api] for the backend | 12 | - [Gin][api] for the backend |
13 | - [Sqlite3][db] for the database | 13 | - [Sqlite3][db] for the database |
14 | 14 | ||
15 | ## Setup | ||
16 | |||
17 | For setup please refer to the READMEs of each project. | ||
18 | |||
19 | - [Frontend][fe-docs] | ||
20 | - [Backend][api-docs] | ||
21 | - [Database][db-docs] | ||
22 | |||
15 | [fe]: https://svelte.dev/ | 23 | [fe]: https://svelte.dev/ |
16 | [api]: https://gin-gonic.com/ | 24 | [api]: https://gin-gonic.com/ |
17 | [db]: https://www.sqlite.org/index.html \ No newline at end of file | 25 | [db]: https://www.sqlite.org/index.html |
26 | [fe-docs]: ./fe/README.md | ||
27 | [api-docs]: ./api/README.md | ||
28 | [db-docs]: ./db/README.md \ No newline at end of file | ||