-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
28 lines (28 loc) · 900 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
{
"foods": [
{
"id": 1,
"name": "Miojo muito bom",
"description": "Macarrão ao molho branco, fughi e cheiro verde das montanhas",
"price": "35",
"available": false,
"image": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/desafio-food/food1.png"
},
{
"id": 2,
"name": "Arroz",
"description": "Macarrão com pimentão, ervilha e ervas finas colhidas no himalaia.",
"price": "11",
"available": true,
"image": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/desafio-food/food2.png"
},
{
"id": 3,
"name": "A la Camarón",
"description": "Macarrão com vegetais de primeira linha e camarão dos 7 mares.",
"price": "25.90",
"available": true,
"image": "https://storage.googleapis.com/golden-wind/bootcamp-gostack/desafio-food/food3.png"
}
]
}