From b32419dfe996fbc9731b48ba528bae67535f4839 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 16 Mar 2024 10:48:52 -0400 Subject: clean up database scripts, start readmes. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c0b743 --- /dev/null +++ b/README.md @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.1