-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
66 lines (66 loc) · 1.49 KB
/
server.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
{
"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 Confortável",
"price": 179.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis1.jpg"
},
{
"id": 2,
"title": "Tênis VR Caminhada Confortável Detalhes Couro Masculino",
"price": 139.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis2.jpg"
},
{
"id": 3,
"title": "Tênis Adidas Duramo Lite 2.0",
"price": 219.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis3.jpg"
},
{
"id": 5,
"title": "Tênis VR Caminhada Confortável Detalhes Couro Masculino",
"price": 139.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis2.jpg"
},
{
"id": 6,
"title": "Tênis Adidas Duramo Lite 2.0",
"price": 219.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis3.jpg"
},
{
"id": 4,
"title": "Tênis de Caminhada Leve Confortável",
"price": 179.9,
"image": "https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/modulo-redux/tenis1.jpg"
}
]
}