summaryrefslogtreecommitdiffstats
path: root/db.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 16:52:15 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-29 16:52:15 +0300
commite500394ed975055657fde19d3cd1c106888734b5 (patch)
tree56990da5fd026bc6321fef3bba113b0e486cc216 /db.json
parenta972058d20b773f4488df51babb40156c5a335e1 (diff)
Implement stuff
Diffstat (limited to 'db.json')
-rw-r--r--db.json62
1 files changed, 61 insertions, 1 deletions
diff --git a/db.json b/db.json
index e91b02e..5e4635a 100644
--- a/db.json
+++ b/db.json
@@ -8,7 +8,67 @@
"id": "EA8E23FC-8F12-404A-9A68-576FBDF72934",
"name": "George Technoman"
},
- "likes": 28
+ "likes": 38
+ },
+ {
+ "content": "asd",
+ "createdAt": 1635513526,
+ "likes": 1,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "-_5iRYd"
+ },
+ {
+ "content": "new post :)))",
+ "createdAt": 1635513654,
+ "likes": 1,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "sgiJnlL"
+ },
+ {
+ "content": "I'll have two number nines",
+ "createdAt": 1635514095,
+ "likes": 1,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "g5Vggns"
+ },
+ {
+ "content": "asdasdasd",
+ "createdAt": 1635514147,
+ "likes": 0,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "bIZavcS"
+ },
+ {
+ "content": "asdasdas",
+ "createdAt": 1635514155,
+ "likes": 0,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "bsb19RF"
+ },
+ {
+ "content": "asdasd",
+ "createdAt": 1635514207,
+ "likes": 0,
+ "author": {
+ "id": "logged-in-user-id",
+ "name": "Logged in user"
+ },
+ "id": "miEWafM"
}
]
} \ No newline at end of file