-
Notifications
You must be signed in to change notification settings - Fork 1
/
server.json
28 lines (28 loc) · 850 Bytes
/
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
{
"products": [
{
"id": "123",
"title": "Camista Amarela",
"image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSDYOtOog_q6PI2Re81zkvdBORJ8MsG1tMgi1VuXAdtbnDKZKp_WPSj0vupRsXrzWC2daHAlu8&usqp=CAc",
"price": 50
},
{
"id": "1234",
"title": "Nome do produto 02",
"image_url": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/camiseta-ecommerce.jpg",
"price": 60
},
{
"id": "12345",
"title": "Nome do produto 03",
"image_url": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/camiseta-ecommerce.jpg",
"price": 70
},
{
"id": "123456",
"title": "Nome do produto 04",
"image_url": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/camiseta-ecommerce.jpg",
"price": 80
}
]
}