-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmockdb.json
More file actions
34 lines (34 loc) · 901 Bytes
/
mockdb.json
File metadata and controls
34 lines (34 loc) · 901 Bytes
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
{
"post": [
{
"post_id": 3,
"user_id": 4,
"title": "Kendama",
"category": "Toys",
"price": 30,
"description": "Japanese skill toy",
"createdAt": "2020-08-31T18:59:58.000Z",
"updatedAt": "2020-08-31T18:59:58.000Z"
},
{
"post_id": 4,
"user_id": 4,
"title": "LOTR Legos",
"category": "Toys",
"price": 300,
"description": "Rare Lord of the Rings Lego Sets",
"createdAt": "2020-08-31T19:00:31.000Z",
"updatedAt": "2020-08-31T19:00:31.000Z"
},
{
"post_id": 5,
"user_id": 4,
"title": "Guardians of the Galaxy DVD",
"category": "Movies",
"price": 15,
"description": "GOG DVD. Used but in good condition",
"createdAt": "2020-08-31T19:01:21.000Z",
"updatedAt": "2020-08-31T19:01:21.000Z"
}
]
}