# 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