aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2024-03-17 14:19:19 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2024-03-17 14:19:19 -0400
commite5fbe360d355557b978973f62eed06e01e85bb71 (patch)
treed25fc15dbc81c42c415785140001362ac0d559cc
parent5ddcd1cf663cc732819cfcb66f2ff6b1bbeb0d47 (diff)
update documentation
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c0b743..b290aa7 100644
--- a/README.md
+++ b/README.md
@@ -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
17For 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