From f8d052963d36a8e692174dc152fc8bbeaeb014ba Mon Sep 17 00:00:00 2001 From: Serafim Sukharev Date: Tue, 28 Jan 2025 13:49:48 +0300 Subject: [PATCH] chore: add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57cdcf4 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +App for counting calories + +Stack: +* Keycloak +* React (TypeScript) +* FastAPI +* Elasticsearch +* Supserset + +Features: +* Authorization +* Saving records with absorbed calories (description (optional), at least one of: cals per gram, grams, cals) +* Editing records (including date) +* Display records in cronological order with pagination +* Search by records description +* Watch stats in superset (calories chart) \ No newline at end of file