forked from waitLess-project/WaitLESS-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
76 lines (76 loc) · 2.46 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
{
"meals": [
{
"id": 1,
"title": "Personal Pizza",
"description": "Pizza",
"price": 8.5,
"img_url": "https://www.tupperware.com/media/catalog/product/cache/cc1638c5ec2e36c023d5a0908daf3cdb/p/e/perfectpersonalpizza.jpg"
},
{
"id": 2,
"title": "Chicken Carbonara",
"description": "Our take on a classic dish",
"price": 14.25,
"img_url": "https://www.jessicagavin.com/wp-content/uploads/2016/12/chicken-carbonara-pasta-with-penne-and-bacon-1-600x900.jpg"
},
{
"id": 3,
"title": "Tower O' Rings",
"description": "Tower of an appetizer",
"price": 8.5,
"img_url": "http://images.foodmento.com/U3P4945F41270-1479851435-806.jpg"
},
{
"id": 4,
"title": "Krabby Meal",
"description": "Only the best fresh from Bikini Bottom",
"price": 3.5,
"img_url": "https://www.keyingredient.com/media/57/23/f5d18ba112063839f18737e66cb7df76c0b3.jpg/rh/the-krabby-patty-yes-the-real-one-well-my-version.jpg"
},
{
"id": 5,
"title": "Luxury Sundae",
"description": "It's rich, luxurious, and creamy.",
"price": 12,
"img_url": "https://static01.nyt.com/images/2017/06/12/dining/00Icecream11/00Icecream11-articleLarge.jpg"
},
{
"id": 6,
"title": "Loaf of Bread",
"description": "So Fresh. So Good. Bread.",
"price": 2,
"img_url": "https://bake-eat-repeat.com/wp-content/uploads/2020/04/White-Bread-Recipe-2-copy-720x720.jpg"
},
{
"id": 7,
"title": "Loaf of Bread",
"description": "So Fresh. So Good. Bread.",
"price": 2,
"img_url": "https://bake-eat-repeat.com/wp-content/uploads/2020/04/White-Bread-Recipe-2-copy-720x720.jpg"
},
{
"id": 8,
"title": "Loaf of Bread",
"description": "So Fresh. So Good. Bread.",
"price": 2,
"img_url": "https://bake-eat-repeat.com/wp-content/uploads/2020/04/White-Bread-Recipe-2-copy-720x720.jpg"
},
{
"id": 9,
"title": "Loaf of Bread",
"description": "So Fresh. So Good. Bread.",
"price": 2,
"img_url": "https://bake-eat-repeat.com/wp-content/uploads/2020/04/White-Bread-Recipe-2-copy-720x720.jpg"
},
{
"id": 10,
"title": "Loaf of Bread",
"description": "So Fresh. So Good. Bread.",
"price": 2,
"img_url": "https://bake-eat-repeat.com/wp-content/uploads/2020/04/White-Bread-Recipe-2-copy-720x720.jpg"
}
],
"currentOrder": [
]
}