-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
66 lines (66 loc) · 1.72 KB
/
server.json
File metadata and controls
66 lines (66 loc) · 1.72 KB
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
{
"stock": [
{
"id": 1,
"amount": 3
},
{
"id": 2,
"amount": 5
},
{
"id": 3,
"amount": 2
},
{
"id": 4,
"amount": 1
},
{
"id": 5,
"amount": 5
},
{
"id": 6,
"amount": 10
}
],
"products": [
{
"id": 1,
"title": "Tênis de Caminhada Leve muito Confortável Confortável",
"price": 139.9,
"image": "https://images.unsplash.com/photo-1548512870-345e464c7ad2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"
},
{
"id": 2,
"title": "Tênis VR Caminhada Confortável Detalhes Couro Masculino",
"price": 111.9,
"image": "https://images.unsplash.com/photo-1527128296579-fce16948f060?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80"
},
{
"id": 3,
"title": "Tênis Adidas Duramo Lite 2.0",
"price": 119.9,
"image": "https://images.unsplash.com/photo-1542280756-74b2f55e73ab?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80"
},
{
"id": 5,
"title": "Tênis VR Caminhada Confortável Detalhes Couro Masculino",
"price": 100.9,
"image": "https://images.unsplash.com/photo-1556048219-bb6978360b84?ixlib=rb-1.2.1&auto=format&fit=crop&w=1051&q=80"
},
{
"id": 6,
"title": "Tênis Adidas Duramo Lite 2.0",
"price": 223.9,
"image": "https://images.unsplash.com/photo-1432712641917-22ce322ab531?ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80"
},
{
"id": 4,
"title": "Tênis de Caminhada Leve Confortável",
"price": 122.9,
"image": "https://images.unsplash.com/photo-1559304022-afbf28f53c4d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1056&q=80"
}
]
}