From e5fbe360d355557b978973f62eed06e01e85bb71 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sun, 17 Mar 2024 14:19:19 -0400 Subject: update documentation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: - [Gin][api] for the backend - [Sqlite3][db] for the database +## Setup + +For setup please refer to the READMEs of each project. + +- [Frontend][fe-docs] +- [Backend][api-docs] +- [Database][db-docs] + [fe]: https://svelte.dev/ [api]: https://gin-gonic.com/ -[db]: https://www.sqlite.org/index.html \ No newline at end of file +[db]: https://www.sqlite.org/index.html +[fe-docs]: ./fe/README.md +[api-docs]: ./api/README.md +[db-docs]: ./db/README.md \ No newline at end of file -- cgit v1.1