aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2024-03-16 10:48:52 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2024-03-16 11:25:29 -0400
commitb32419dfe996fbc9731b48ba528bae67535f4839 (patch)
tree9704a77e53968fe1c6094fa8eb9714b59ed59b8d /README.md
parentfe8f79b7afc10040d653b5d7f7016dc93df1eebd (diff)
clean up database scripts, start readmes.
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