aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6c0b743ff903477d14967fe1cbfbf229a1da77f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Water

Water is a simple tracking application for the amount of water you and
others drink. Complete with simple data visualizations for the daily consumptions,
plus over the last seven days

## Stack

This project uses the following technologies:

- [Svelte][fe] for the frontend
- [Gin][api] for the backend
- [Sqlite3][db] for the database

[fe]: https://svelte.dev/
[api]: https://gin-gonic.com/
[db]: https://www.sqlite.org/index.html