From c64d91966fbf9be1482e2e7673200e33ff2ee55d Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 6 Sep 2024 12:59:51 -0400 Subject: [PATCH] Update Definitions --- Definitions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Definitions.md b/Definitions.md index 59f2f97..97fb280 100644 --- a/Definitions.md +++ b/Definitions.md @@ -36,3 +36,13 @@ included in the forge by itself. - Data stored in the app should only be transactional and cache in an in-memory database - It needs to be mobile friendly - It needs to have an extensible design + +## Tech stack + +- Backend: + - Go + - SQLite +- Frontend: + - HTMX + - AlpineJS + - [CSS design system](https://git.alecodes.page/alecodes/mini-strap)