-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
105 lines (105 loc) · 4.26 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
{
"users": [
{
"id": 1,
"name": "Fernando Papito",
"desc": "Coleciono figurinhas desde a copa de 1994 quando o Brasil foi Tretaaaaaaaaaaa",
"region": "Osasco",
"created_on": "2020",
"whatsapp": "11999999999",
"tags": ["neymar", "cr7", "cristiano ronaldo", "messi", "kylian", "jr"],
"stickers": [
{
"id": 1,
"name": "Neymar Jr",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/neymar.png"
},
{
"id": 2,
"name": "Cristiano Ronaldo",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/cr7.png"
},
{
"id": 3,
"name": "Lionel Messi",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/messi.png"
},
{
"id": 4,
"name": "Kylian Mbappé",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/kylian.png"
}
]
},
{
"id": 2,
"name": "João Lucas",
"desc": "Vendo ou troca a figurinha Neymar Legends, a mais rara da Copa de 2022. Além disso tenho mangás e HQs seminovas para negociar!",
"region": "São Paulo",
"created_on": "2021",
"whatsapp": "11999999999",
"tags": ["neymar", "cr7", "cristiano ronaldo", "messi", "legend", "vinicius", "jr"],
"stickers": [
{
"id": 1,
"name": "Vinícius Jr",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/vinicius-jr.png"
},
{
"id": 2,
"name": "Cristiano Ronaldo",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/cr7.png"
},
{
"id": 3,
"name": "Lionel Messi",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/messi.png"
},
{
"id": 4,
"name": "Neymar Jr",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/neymar-legend.png"
}
]
},
{
"id": 3,
"name": "Seu Madruga",
"desc": "Se suas figurinhas for em dólares, posso penhorar meu ferro para trocar com você. E de brinde você ganha um Sanduíche de Presunto!",
"region": "Mexico",
"created_on": "1980",
"whatsapp": "11999999999",
"tags": ["maradona", "dolares", "rodolfo rodriguez", "rodolfo", "rodriguez"],
"stickers": [
{
"id": 1,
"name": "Maradona",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/maradona.png"
},
{
"id": 2,
"name": "Rodolfo Rodriguez",
"url": "https://raw.githubusercontent.com/weareqacademy/mock-api/main/stickers/rodolfo-rodriguez.png"
}
]
}
],
"geeks": [
{
"id": "630b691d4ead57dec4d6392b",
"name": "Fernando Papito",
"whatsapp": "11999999999",
"desc": "Faço instalação e reinstalação de sistemas operacionais como Windows, Linux e MacOs. Além disso, consigo remover o Baidu no seu computador.",
"work": "Online",
"price": 100
},
{
"id": "630b69734ead57dec4d63930",
"name": "João Lucas",
"whatsapp": "11999999999",
"desc": "Faço conserto de qualquer impressora. Matricial a fita, Matricial a fita colorida, a laser, a jato de tinta e também impressora 3D.",
"work": "Presencial",
"price": 299
}
]
}