From 789d28b83af165258dc7e8b3a44bbd2d48fcc370 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Sun, 9 Nov 2025 14:19:26 +0100 Subject: added crud functionality with json file as a db --- db.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'db.json') diff --git a/db.json b/db.json index 8de43c7..43bbcf6 100644 --- a/db.json +++ b/db.json @@ -1,3 +1,12 @@ { - "notes": [] -} + "notes": [ + { + "tags": [ + "learn", + " study" + ], + "id": 1762693393049, + "content": "learning node" + } + ] +} \ No newline at end of file -- cgit v1.3