# 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