-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
44 lines (44 loc) · 951 Bytes
/
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
{
"produto": [
{
"imageUrl": "/images/console_1.png",
"categoria": "Console",
"name": "Controle Xbox One",
"price": "R$ 50",
"descricao": "Controle",
"id": 1
},
{
"imageUrl": "/images/console_2.png",
"categoria": "Console 1",
"name": "Console 1",
"price": "R$ 2500",
"descricao": "Console 1",
"id": 2
},
{
"imageUrl": "/images/console_3.png",
"categoria": "Console 2",
"name": "Console 2",
"price": "R$ 200",
"descricao": "Console 2",
"id": 3
},
{
"imageUrl": "/images/console_5.png",
"categoria": "Console 2",
"name": "Console 2",
"price": "R$ 230",
"descricao": "Console 2",
"id": 4
},
{
"imageUrl": "/images/img5.svg",
"categoria": "Console 2",
"name": "Console 2",
"price": "R$ 230",
"descricao": "Console 2",
"id": 5
}
]
}