-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
64 lines (64 loc) · 1.4 KB
/
products.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"imagePath": "pictures/GoodRunningShoes.jpg",
"title": "Adidas Shoes",
"description": "Good Running Shoes",
"price": 5000,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/BomberJacket.jpg",
"title": "Bomber Jacket",
"description": "Good Bomber Jacket",
"price": 500,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/CropTop.jpg",
"title": "White Long Sleeves Crop Top",
"description": "Good Crop Top",
"price": 500,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/BlackSkinnyJeans.jpg",
"title": "Skinny Black Jeans",
"description": "Good Skinny Black Jeans",
"price": 1000,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/BlackHoodie.jpg",
"title": "Black Hoodie",
"description": "Good Black Hoodie",
"price": 800,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/KhakiShorts.jpg",
"title": "Khaki Shorts",
"description": "Good Khaki Shorts",
"price": 500,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/NikeShoes.jpg",
"title": "Nike Shoes",
"description": "Good Pacool Shoes",
"price": 5000,
"thumbsUp": 0,
"thumbsDown": 0
}
{
"imagePath": "pictures/VansShoes.jpg",
"title": "Vans Shoes",
"description": "Good Pacool Shoes pt2",
"price": 3000,
"thumbsUp": 0,
"thumbsDown": 0
}