-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
52 lines (52 loc) · 889 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
45
46
47
48
49
50
51
52
{
"products": [
{
"id": "1",
"nombre": "Game Boy Classic",
"precio": 60,
"imagen": [
"./img/gameboy-Classic.jpg"
]
},
{
"id": "2",
"nombre": "Stormtrooper",
"precio": 80,
"imagen": [
"./img/stormtrooper.jpg"
]
},
{
"id": "3",
"nombre": "Game Boy Classic",
"precio": 60,
"imagen": [
"./img/gameboy-Classic.jpg"
]
},
{
"id": "4",
"nombre": "Stormtrooper",
"precio": 80,
"imagen": [
"./img/stormtrooper.jpg"
]
},
{
"id": "5",
"nombre": "Game Boy Classic",
"precio": 60,
"imagen": [
"./img/gameboy-Classic.jpg"
]
},
{
"id": "6",
"nombre": "Stormtrooper",
"precio": 80,
"imagen": [
"./img/stormtrooper.jpg"
]
}
]
}