-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
47 lines (47 loc) · 992 Bytes
/
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
47
{
"posts": [
{
"title": "Biking",
"author": "Lenny",
"content": "Biking is fun",
"date": "2023-12-05",
"id": 1
},
{
"title": "skateboarding",
"author": "Kat",
"content": "Running is fun",
"date": "2023-12-06",
"id": 2
},
{
"title": "This is a new title",
"author": "lenny",
"content": "Lets see this new edit page",
"date": "",
"id": 3
},
{
"title": "Hello its me",
"author": "Amber",
"content": "Eating chocolate is wonderful",
"date": "",
"id": 4
},
{
"title": "Chicken Is Delicious ",
"author": "Lenny",
"content": "Its a wonderful protein",
"date": "Sat Dec 09 2023",
"id": 5
},
{
"title": "On a Cruise to alaska",
"author": "Lenny Peters",
"content": "I am enjoying a Jameson whiskey and a beer",
"date": "Wed Jun 26 2024",
"id": 6
}
],
"comments": []
}