-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
46 lines (46 loc) · 1.33 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"posts" : [
{
"postId" : "1",
"postUserId" : "122",
"date" : "07/07/2019",
"from" : "Saikiran Bait",
"fromProfilePic" : "",
"description" : "Relief to know that there is someone in times needed. Atleast for now, i don't have to fear for anything",
"topic" : "Relief from the situation",
"backColor" : "e2bebe",
"isLiked" : false,
"isShared" : false,
"sharedDetails" : {},
"imageUploaded" : ""
},
{
"postId" : "2",
"postUserId" : "123",
"date" : "07/07/2019",
"from" : "Kavita Hande",
"fromProfilePic" : "",
"description" : "I'm happy today because at last, I've started to learn selenium. Next step in upgrading my career.",
"topic" : "Learning new technology",
"backColor" : "aee7e8",
"isLiked" : false,
"isShared" : false,
"sharedDetails" : {},
"imageUploaded" : ""
},
{
"postId" : "3",
"postUserId" : "122",
"date" : "06/07/2019",
"from" : "Saikiran Bait",
"fromProfilePic" : "",
"description" : "My beloved motorcycle has finally completed 3 years of its service. Feeling happy and emotional about it.",
"topic" : "3 years complete for my motorcycle!!",
"backColor" : "a9c6de",
"isLiked" : false,
"isShared" : false,
"sharedDetails" : {},
"imageUploaded" : "https://upload.wikimedia.org/wikipedia/commons/9/9b/DeadSpace2logo.jpg"
}
]
}