aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6c0b743
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
1# Water
2
3Water is a simple tracking application for the amount of water you and
4others drink. Complete with simple data visualizations for the daily consumptions,
5plus over the last seven days
6
7## Stack
8
9This project uses the following technologies:
10
11- [Svelte][fe] for the frontend
12- [Gin][api] for the backend
13- [Sqlite3][db] for the database
14
15[fe]: https://svelte.dev/
16[api]: https://gin-gonic.com/
17[db]: https://www.sqlite.org/index.html \ No newline at end of file