diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-16 10:48:52 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-03-16 10:48:58 -0400 |
commit | 968481312058aa58261d41cf3460b45109fec240 (patch) | |
tree | 9704a77e53968fe1c6094fa8eb9714b59ed59b8d /README.md | |
parent | 947bbd510ea104d3a631b3200da9ed239cfd6e80 (diff) |
clean up database scripts, start readmes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
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 | |||
3 | Water is a simple tracking application for the amount of water you and | ||
4 | others drink. Complete with simple data visualizations for the daily consumptions, | ||
5 | plus over the last seven days | ||
6 | |||
7 | ## Stack | ||
8 | |||
9 | This 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 | ||