-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
129 lines (129 loc) · 2.71 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"product": [
{
"imgUrl": "/img/sw4.png",
"name": "Stormtrooper",
"price": "$50.00",
"category": "Star Wars",
"id": "rRW4CoK"
},
{
"imgUrl": "/img/sw5.png",
"name": "Baby Yoda",
"price": "$30.00",
"category": "Star Wars",
"id": "l3KiaKj"
},
{
"imgUrl": "/img/consolas1.png",
"name": "Control Xbox",
"price": "$70.00",
"category": "Consolas",
"id": "QTTiaKj"
},
{
"imgUrl": "/img/consolas2.png",
"name": "PlayStation 5",
"price": "$70e0.00",
"category": "Consolas",
"id": "FNFIL9P"
},
{
"imgUrl": "/img/consolas3.png",
"name": "NES",
"price": "$200.00",
"category": "Consolas",
"id": "O1bBJOL"
},
{
"imgUrl": "/img/diver1.png",
"name": "Sabana",
"price": "$18.00",
"category": "Diversos",
"id": "g4zZsXv"
},
{
"imgUrl": "/img/sw6.png",
"name": "Figura Star Wars",
"price": "$40.00",
"category": "Star Wars",
"id": "6Wg-WPY"
},
{
"imgUrl": "/img/diver2.png",
"name": "Control nintendo switch",
"price": "$50.00",
"category": "Diversos",
"id": "AxJoED3"
},
{
"imgUrl": "\"/img/sw2.png\"",
"name": "Figura cabezas Star Wars",
"price": "$20,00",
"id": "q_FBsS0",
"category": "Star Wars"
},
{
"imgUrl": "\"/img/sw3.png\"",
"name": "Yoda",
"price": "$40,00",
"id": "ygXNfOs",
"category": "Star Wars"
},
{
"imgUrl": "/img/consolas4.png",
"name": "Nintendo Switch",
"price": "$700.00",
"category": "Consolas",
"id": "GQj63Sz"
},
{
"imgUrl": "/img/consolas5.png",
"name": "Xbox",
"price": "$900.00",
"category": "Consolas",
"id": "Moe4YHk"
},
{
"imgUrl": "/img/consolas6.png",
"name": "Gameboy color",
"price": "$700.00",
"category": "Consolas",
"id": "4pTL-xc"
},
{
"imgUrl": "/img/diver4.png",
"name": "Reloj despertador",
"price": "$12.00",
"category": "Diversos",
"id": "KAKS5vO"
},
{
"imgUrl": "/img/diver5.png",
"name": "Anteojos realidad virtual",
"price": "$80.00",
"category": "Diversos",
"id": "Xk6BOWf"
},
{
"imgUrl": "/img/diver6.png",
"name": "Peluche Pikachu 150cm",
"price": "$90.00",
"category": "Diversos",
"id": "iMmnmo6"
},
{
"imgUrl": "asdasd",
"name": "asd",
"price": "324",
"id": "Q6CLBz_",
"category": "sad"
}
],
"adminUser": [
{
"email": "admin@alurageek.com",
"password": "admin"
}
]
}