summaryrefslogtreecommitdiffstats
path: root/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'db.json')
-rw-r--r--db.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/db.json b/db.json
new file mode 100644
index 0000000..e91b02e
--- /dev/null
+++ b/db.json
@@ -0,0 +1,14 @@
+{
+ "posts": [
+ {
+ "id": "5CEDAFAA-4CB9-4BF9-A0B2-EB4DF373B4A3",
+ "content": "Hello world",
+ "createdAt": 1635505671,
+ "author": {
+ "id": "EA8E23FC-8F12-404A-9A68-576FBDF72934",
+ "name": "George Technoman"
+ },
+ "likes": 28
+ }
+ ]
+} \ No newline at end of file