-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
51 lines (51 loc) · 1.01 KB
/
db.json
File metadata and controls
51 lines (51 loc) · 1.01 KB
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
47
48
49
50
51
{
"posts": [
{
"id": "1",
"title": "Post One - TO BE DELETED",
"body": "This is the post body - TO BE DELETED",
"publishedAt": "2020-10-08"
},
{
"id": "2",
"title": "Post two",
"body": "This is the post body",
"publishedAt": "2020-10-03"
},
{
"id": "3",
"title": "Post three",
"body": "This is the post three body ",
"publishedAt": "10-01-2020"
},
{
"title": "Post Four",
"body": "test2",
"publishedAt": "2020-10-07",
"id": "0sOACda"
},
{
"title": "new post",
"body": "this is a new post",
"publishedAt": "2020-10-09",
"id": "19ISVud"
}
],
"users": [
{
"id": "1",
"name": "John Doe - first user",
"email": "john@example.com"
},
{
"name": "Jaafar Melhem",
"email": "jaafarmelhem2591@gmail.com",
"id": "Aet-v6P"
},
{
"name": "Jaafar Melhem",
"email": "john@example.com",
"id": "fl5xt-R"
}
]
}