summaryrefslogtreecommitdiffstats
path: root/db.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 15:22:52 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 15:22:52 +0300
commita972058d20b773f4488df51babb40156c5a335e1 (patch)
tree80b8e18462134da7e5d00a2a32fc25bfd5855667 /db.json
parentf4dacee4908300f63200864b9f089874152a568c (diff)
Add feed
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