diff options
| -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 | ||
