-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
81 lines (81 loc) · 2.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"inventory": [
{
"id": 1,
"image": "https://m.media-amazon.com/images/I/71nbxUhnoxL._AC_UX569_.jpg",
"name": "SweatShirts 15$",
"description": "Yasswete Unisex Adults 3D Printed Fashion Hoodies for Men Women",
"addtocard": "Add to card"
},
{
"id": 2,
"image": "https://m.media-amazon.com/images/I/61AN6pw63hL._AC_UX679_.jpg",
"name": "Mask 10$",
"description": "Christmas Cosplay Mask and Gloves, Christmas Costume Latex Mask and Gloves Cosplay Costume",
"addtocard": "Add to card"
},
{
"id": 3,
"image": "https://m.media-amazon.com/images/I/71AvbNe2ZcL._AC_SX569._SX._UX._SY._UY_.jpg",
"name": "T-Shirt 16$",
"description": "The Children's Place Baby Toddler Girls Short Sleeve Graphic T-Shirt",
"addtocard": "Add to card"
},
{
"id": 4,
"image": "https://m.media-amazon.com/images/I/61rXzPu2ryL._AC_UX679_.jpg",
"name": "T Shirts 20 $",
"description": "Keasmto 3D Print Ramen Noodles Cool Chicken Beef T Shirts Summer Short Sleeve for Men Women",
"addtocard": "Add to card"
},
{
"id": 5,
"image": "https://m.media-amazon.com/images/I/61ZX197Vd5L._AC_UX569_.jpg",
"name": "Sweatshirt 13 $",
"description": "Unisex Hoodies 3D Print Zipper Jacket Horror Movie Sadako Sweatshirt",
"addtocard": "Add to card"
},
{
"id": 6,
"image": "https://m.media-amazon.com/images/I/61aVWy9SqTL._AC_UY741_.jpg",
"name": "Sweatshirt 11 $ ",
"description": "Chaos World Men's Novelty Hoodie Realistic 3D Print Pullover Unisex Casual",
"addtocard": "Add to card"
},
{
"image": "https://m.media-amazon.com/images/I/81GNYnvEcKL._AC_UX569_.jpg",
"name": "T-Shirt 10 $",
"description": "The Children's Place Baby Toddler Girls Short Sleeve Graphic T-Shirt",
"addtocard": "Add to card",
"id": 7
},
{
"image": "https://m.media-amazon.com/images/I/51jlZMQpnQL._AC_UX679_.jpg",
"name": "Sweatshirt",
"description": "PAINEOMN Yellow Monster 3D Hoodie Pullover Casual Long Sleeve Hooded",
"addtocard": "Add to card",
"id": 8
},
{
"image": "https://m.media-amazon.com/images/I/71rpPA6jw4L._AC_UX679_.jpg",
"name": "for Men and Women",
"description": "Popfunk Shrek Costume (Front Back Print) Unisex Adult Sublimated Halloween T Shirt",
"addtocard": "Add to card",
"id": 9
},
{
"image": "https://m.media-amazon.com/images/I/71yE62qO9YL._AC_UY575_.jpg",
"name": "Running Shoes",
"description": "SDolphin Running Shoes Women Sneakers - Tennis Workout Walking Gym Lightweight Athletic",
"addtocard": "Add to card",
"id": 10
},
{
"image": "https://m.media-amazon.com/images/I/81-xKqgtiqL._AC_UX569_.jpg",
"name": "2 Pieces Polo",
"description": "Nautica Sets (KHQ) boys 2 Pieces Polo Short Set, Cayenne, 4 US",
"addtocard": "Add to card",
"id": 11
}
]
}