blob: b290aa78121b5d69775317e033b9f3b79909e9bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
## Setup
For setup please refer to the READMEs of each project.
- [Frontend][fe-docs]
- [Backend][api-docs]
- [Database][db-docs]
[fe]: https://svelte.dev/
[api]: https://gin-gonic.com/
[db]: https://www.sqlite.org/index.html
[fe-docs]: ./fe/README.md
[api-docs]: ./api/README.md
[db-docs]: ./db/README.md
|