-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
58 lines (58 loc) · 1.61 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
{
"clothes": [
{
"id": 1,
"name": "Winter Jacket",
"description": "Cool winter jacket",
"liked": false,
"price": "$20",
"img_url": "https://img1.cfcdn.club/ff/1f/ff8d06922cb3bbfecd90ffbd71d7641f_350x350.jpg",
"added_to_cart": false
},
{
"id": 2,
"name": "White Pant",
"description": "Best white pant",
"liked": false,
"price": "$20",
"added_to_cart": false,
"img_url": "https://images-na.ssl-images-amazon.com/images/I/611uNDtr4BL._SX466_.jpg"
},
{
"id": 3,
"name": "Sweater",
"description": "Brown handmade sweater",
"liked": false,
"price": "$20",
"added_to_cart": false,
"img_url": "https://3.imimg.com/data3/QV/HW/MY-2045089/woolen-sweater-500x500.jpg"
},
{
"id": 4,
"name": "Hoodie",
"description": "Github Hoodie",
"liked": false,
"price": "$20",
"img_url": "https://cdn.shopify.com/s/files/1/0051/4802/products/Invertocat_2.0_Hoodie_Mock_GithubShop-1_1024x1024.jpg?v=1563301044",
"added_to_cart": false
},
{
"id": 5,
"name": "T-Shirt",
"description": "grey tshirt",
"liked": false,
"price": "$20",
"added_to_cart": false,
"img_url": "https://aws.atomretro.com/xlarge/madcap-england-crawdaddy-knitted-polo-flintstone-9.jpg"
},
{
"id": 6,
"name": "Shirt",
"description": "Shirt",
"liked": false,
"price": "$20",
"added_to_cart": false,
"img_url": "https://www.dhresource.com/0x0/f2/albu/g9/M00/B3/B8/rBVaVVxFfgGAAMSgAAGMVCnCEXQ200.jpg"
}
]
}