diff options
author | zberwaldt <17715430+zberwaldt@users.noreply.github.com> | 2024-03-21 11:25:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:25:33 -0400 |
commit | e370616213d92b66685e0fdb0e76c97e08d0b1b6 (patch) | |
tree | 3e2355a4ec3d07df8337bcaf1ab9e500a1827b67 | |
parent | fd6f6f169f9ff9a1247228fb34dc9654a9584915 (diff) | |
parent | 8cdb9b7f15afc69fe903f2be566bbc8f3605e53f (diff) |
Merge branch 'prod' into stagingstaging
-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 | ||