summaryrefslogtreecommitdiff
path: root/db.json
diff options
context:
space:
mode:
authorLeo Goetz <dev@leogtz.de>2025-11-09 14:19:26 +0100
committerLeo Goetz <dev@leogtz.de>2025-11-09 14:19:26 +0100
commit789d28b83af165258dc7e8b3a44bbd2d48fcc370 (patch)
treee98ef728fb42a7bc03aef6d6a601e0533a4961b3 /db.json
parent16a0e9a9d2c24af28142ed3420ef6cb373c454f7 (diff)
added crud functionality with json file as a db
Diffstat (limited to 'db.json')
-rw-r--r--db.json13
1 files changed, 11 insertions, 2 deletions
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