-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase.json
980 lines (980 loc) · 39.7 KB
/
database.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
{
"Category": [
{
"Id": 0,
"ImagePath": "btn_1",
"Name": "Pizza"
},
{
"Id": 1,
"ImagePath": "btn_2",
"Name": "Burger"
},
{
"Id": 2,
"ImagePath": "btn_3",
"Name": "Chicken"
},
{
"Id": 3,
"ImagePath": "btn_4",
"Name": "Sushi"
},
{
"Id": 4,
"ImagePath": "btn_5",
"Name": "Meat"
},
{
"Id": 5,
"ImagePath": "btn_6",
"Name": "Hotdog"
},
{
"Id": 6,
"ImagePath": "btn_7",
"Name": "Drink"
},
{
"Id": 7,
"ImagePath": "btn_8",
"Name": "More"
}
],
"Foods": [
{
"BestFood": true,
"CategoryId": 0,
"Description": "A timeless classic, the Margherita pizza captures the essence of Italian simplicity. The thin, crispy crust is adorned with a luscious layer of fresh tomato sauce, delicate mozzarella cheese, and fragrant basil leaves. This pizza is a celebration of flavors in every bite, delivering a taste of Italy to your palate.",
"Id": 0,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/margherita.jpg?alt=media&token=b040969d-5810-446e-a3fa-bd61cc88f47a",
"LocationId": 1,
"Price": 10.99,
"PriceId": 1,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 15,
"Title": "Margherita"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "Indulge in the Pepperoni Lovers pizza, a carnivore's dream come true. The crust is generously topped with zesty pepperoni slices, perfectly melding with the melted mozzarella and robust tomato sauce. Each mouthful is a symphony of savory and spicy notes, making it a go-to choice for those who savor the boldness of pepperoni.",
"Id": 1,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Pepperoni%20Lovers.jpg?alt=media&token=838fb042-38c9-4687-be25-86fbdbc14903",
"LocationId": 1,
"Price": 12.99,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 18,
"Title": "Pepperoni Lovers"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "The Veggie Supreme pizza is a colorful masterpiece that caters to vegetarian cravings. Loaded with a medley of bell peppers, onions, olives, and mushrooms, this pizza offers a symphony of textures and tastes. The combination of fresh, vibrant vegetables atop a golden crust creates a delightful and satisfying experience.",
"Id": 2,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Veggie%20Supreme.jpg?alt=media&token=1d25768d-55f3-4e1b-8a3c-5b2269299e15",
"LocationId": 1,
"Price": 11.99,
"PriceId": 1,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 20,
"Title": "Veggie Supreme"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "Experience the smoky allure of the BBQ Chicken Delight pizza. Succulent pieces of BBQ-infused chicken are paired with the sweetness of red onions and the crunch of bell peppers. All of this is embraced by a delectable blend of cheeses, making every slice a journey into the world of bold barbecue flavors.",
"Id": 3,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/BBQ%20Chicken%20Delight.jpg?alt=media&token=dec91941-e3c1-4b9b-9530-31f9b8282108",
"LocationId": 1,
"Price": 13.99,
"PriceId": 1,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 22,
"Title": "BBQ Chicken Delight"
},
{
"BestFood": true,
"CategoryId": 0,
"Description": "Transport your taste buds to a tropical paradise with the Hawaiian pizza. This delightful creation features a harmonious blend of savory ham, juicy pineapple chunks, and a tantalizing drizzle of BBQ sauce. Each bite is a blissful combination of sweet and savory, capturing the essence of a Hawaiian escape.",
"Id": 4,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Hawaiian%20Paradise.jpg?alt=media&token=92a4775b-3ebc-4c09-af8d-6fdfc9a66a6f",
"LocationId": 0,
"Price": 11.99,
"PriceId": 1,
"Star": 4.3,
"TimeId": 1,
"TimeValue": 17,
"Title": "Hawaiian Paradise"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "The Meat Feast pizza is a carnivore's extravaganza, boasting a tantalizing assortment of meats. From savory sausage to crispy bacon and zesty pepperoni, this pizza is a flavor-packed journey through the rich and hearty world of meaty goodness. Perfect for those who crave a protein-packed pizza experience.",
"Id": 5,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Meat%20Feast%20pizza.jpg?alt=media&token=65d76c4a-0c8e-42d3-ade6-5ae4211f9575",
"LocationId": 1,
"Price": 14.99,
"PriceId": 1,
"Star": 4.8,
"TimeId": 2,
"TimeValue": 35,
"Title": "Meat Feast"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "Embark on a culinary journey to the Mediterranean with the Mediterranean Joy pizza. Laden with briny olives, creamy feta cheese, sun-kissed tomatoes, and a sprinkle of oregano, this pizza captures the essence of Mediterranean cuisine. Each bite is a delightful exploration of robust and wholesome flavors.",
"Id": 6,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Mediterranean%20Joy.jpg?alt=media&token=d1fba67f-e182-4c77-8ec2-cb9b1f459605",
"LocationId": 1,
"Price": 12.99,
"PriceId": 1,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 21,
"Title": "Mediterranean Joy"
},
{
"BestFood": false,
"CategoryId": 0,
"Description": "Cheese enthusiasts rejoice in the Four Cheese Delight pizza. A symphony of mozzarella, cheddar, parmesan, and feta cheeses come together to create a mouthwatering blend of cheesy perfection. Each bite is a celebration of indulgence for those who appreciate the rich and diverse world of cheeses.",
"Id": 7,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Four%20Cheese%20Delight.jpg?alt=media&token=3fe08621-248c-4128-bfef-f52db71ec0f9",
"LocationId": 0,
"Price": 13.99,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 23,
"Title": "Four Cheese Delight"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Embrace the simplicity of the Classic Beef Burger, featuring a juicy beef patty nestled between a toasted sesame seed bun. Topped with crisp lettuce, ripe tomato, and a special sauce, it's a timeless rendition of the all-American burger.",
"Id": 8,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Classic%20Beef%20Burger.jpg?alt=media&token=9c7bca6d-c1e6-4e54-b1c5-04eafd755a24",
"LocationId": 1,
"Price": 8.99,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 15,
"Title": "Classic Beef Burger"
},
{
"BestFood": true,
"CategoryId": 1,
"Description": "Heat things up with the Spicy Jalapeño Burger. A flame-kissed patty infused with jalapeños is crowned with pepper jack cheese and a zesty chipotle mayo, offering a tantalizing kick for those who crave a spicy burger adventure.",
"Id": 9,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Spicy%20Jalape%C3%B1o%20Burger.jpg?alt=media&token=2d7b4896-2556-4993-908b-023bd424b00d",
"LocationId": 1,
"Price": 9.99,
"PriceId": 0,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 18,
"Title": "Spicy Jalapeño Burger"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Indulge in the earthy flavors of the Mushroom Swiss Delight Burger. A succulent patty is topped with sautéed mushrooms and a drizzle of truffle aioli, creating a burger that caters to the discerning palate.",
"Id": 10,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Mushroom%20Swiss%20Delight.jpg?alt=media&token=38bb4849-836d-47a1-86dc-8ad01987ce27",
"LocationId": 0,
"Price": 10.49,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 18,
"Title": "Mushroom Swiss Delight"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Opt for a healthier option with the Chicken Avocado Bliss Burger. A grilled chicken breast takes center stage, adorned with fresh avocado, crisp lettuce, and creamy ranch dressing on a wholesome whole wheat bun.",
"Id": 11,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Chicken%20Avocado%20Bliss.jpg?alt=media&token=6c9ab430-a857-458e-8717-1d5c352d680f",
"LocationId": 1,
"Price": 10.49,
"PriceId": 1,
"Star": 4.4,
"TimeId": 1,
"TimeValue": 20,
"Title": "Chicken Avocado Bliss"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "For bacon aficionados, the Bacon and Cheese Heaven Burger is a must-try. A beef patty is adorned with crispy bacon, cheddar cheese, and a tangy BBQ sauce, creating a heavenly combination of smoky and savory flavors.",
"Id": 12,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Bacon%20and%20Cheese%20Heaven.jpg?alt=media&token=85735e19-dca0-4277-8dde-1d1da7626cc4",
"LocationId": 1,
"Price": 11.99,
"PriceId": 1,
"Star": 4.3,
"TimeId": 1,
"TimeValue": 17,
"Title": "Bacon and Cheese Heaven"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Experience a symphony of flavors with the Veggie Extravaganza Burger. A hearty veggie patty takes center stage, complemented by grilled vegetables, hummus, and tzatziki sauce, catering to those who prefer a vegetarian delight.",
"Id": 13,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Veggie%20Extravaganza.jpg?alt=media&token=b92902b2-50be-438f-924a-fde07a3edb43",
"LocationId": 0,
"Price": 10.99,
"PriceId": 1,
"Star": 4.8,
"TimeId": 2,
"TimeValue": 35,
"Title": "Veggie Extravaganza"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Transport your taste buds to the tropics with the Teriyaki Pineapple Pleasure Burger. Featuring teriyaki-glazed chicken or tofu, grilled pineapple, and green onions, it's a delightful fusion of sweet and savory flavors.",
"Id": 14,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Teriyaki%20Pineapple%20Pleasure.jpg?alt=media&token=99059762-4751-4297-a905-28a79ec5cbd9",
"LocationId": 1,
"Price": 11.49,
"PriceId": 1,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 21,
"Title": "Teriyaki Pineapple Pleasure"
},
{
"BestFood": false,
"CategoryId": 1,
"Description": "Experience a flavor explosion with the BBQ Ranch Delight Burger. A beef patty is joined by crispy bacon, cheddar cheese, BBQ ranch dressing, and crispy onions on a ciabatta bun, creating a symphony of bold and savory notes.",
"Id": 15,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/BBQ%20Ranch%20Delight.jpg?alt=media&token=943a7ce7-f06d-4276-92c9-45af790905e8",
"LocationId": 0,
"Price": 12.49,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 23,
"Title": "BBQ Ranch Delight"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Delight in the crispy perfection of our Original Crispy Chicken, seasoned to golden-brown perfection for a satisfying crunch in every bite.",
"Id": 16,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Original%20Crispy%20Chicken.jpg?alt=media&token=06f54023-f5fe-42e2-8de4-74288738dbe0",
"LocationId": 0,
"Price": 9.99,
"PriceId": 0,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 18,
"Title": "Original Crispy Chicken"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Experience a burst of heat with our Spicy Buffalo Wings, tender chicken wings coated in a zesty buffalo sauce for a fiery kick.",
"Id": 17,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Spicy%20Buffalo%20Wings.jpg?alt=media&token=21e49d67-d660-4a3c-b910-0dec60550150",
"LocationId": 0,
"Price": 8.99,
"PriceId": 0,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 18,
"Title": "Spicy Buffalo Wings"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Indulge in the sweet and savory goodness of our Honey Mustard Glazed Tenders, featuring succulent chicken tenders coated in a luscious honey mustard glaze.",
"Id": 18,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Honey%20Mustard%20Glazed%20Tenders.jpg?alt=media&token=fecbd1bd-7d23-455e-b154-7af71273d60a",
"LocationId": 1,
"Price": 10.49,
"PriceId": 1,
"Star": 4.5,
"TimeId": 0,
"TimeValue": 9,
"Title": "Honey Mustard Glazed Tenders"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Elevate your taste buds with our Lemon Pepper Chicken, crispy tenders seasoned with zesty lemon and aromatic black pepper for a refreshing flavor.",
"Id": 19,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Lemon%20Pepper%20Chicken.jpg?alt=media&token=473ead4b-fb1a-48e6-a3e2-cceeecfb01bf",
"LocationId": 0,
"Price": 9.49,
"PriceId": 0,
"Star": 4.4,
"TimeId": 1,
"TimeValue": 16,
"Title": "Lemon Pepper Chicken"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Embark on a flavorful journey with our Korean Fried Chicken, featuring a crispy exterior and a tantalizing sweet and spicy glaze.",
"Id": 20,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Korean%20Fried%20Chicken.jpg?alt=media&token=0476b756-df2a-4b11-946e-ca40e0406eb2",
"LocationId": 1,
"Price": 11.99,
"PriceId": 1,
"Star": 4.8,
"TimeId": 1,
"TimeValue": 22,
"Title": "Korean Fried Chicken"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Experience Southern comfort with our Southern-Style Chicken Biscuit, pairing a crispy chicken fillet with a warm, flaky biscuit.",
"Id": 21,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Southern-Style%20Chicken%20Biscuit.jpg?alt=media&token=a698616b-93b7-4c48-9a2b-4a107493a01d",
"LocationId": 0,
"Price": 8.99,
"PriceId": 0,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 12,
"Title": "Southern-Style Chicken Biscuit"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Enjoy the fusion of flavors with our Teriyaki Chicken Wings, glazed in a luscious teriyaki sauce for a perfect blend of sweet and savory.",
"Id": 22,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Teriyaki%20Chicken%20Wings.jpg?alt=media&token=e8a2229b-a5a6-45a9-a568-dd7c3a0f07c4",
"LocationId": 0,
"Price": 8.99,
"PriceId": 0,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 17,
"Title": "Teriyaki Chicken Wings"
},
{
"BestFood": false,
"CategoryId": 2,
"Description": "Indulge in the rich and savory goodness of our Garlic Parmesan Chicken, featuring succulent chicken bites coated in a flavorful garlic and parmesan crust.",
"Id": 23,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Garlic%20Parmesan%20Chicken.jpg?alt=media&token=e363260e-839f-44e6-9089-04123507d418",
"LocationId": 0,
"Price": 9.99,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 19,
"Title": "Garlic Parmesan Chicken"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Embrace tradition with the Classic Beef Hot Dog, a quintessential favorite featuring a succulent beef frankfurter topped with mustard and diced onions.",
"Id": 24,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Classic%20Beef%20Hot%20Dog.jpg?alt=media&token=078f2e31-3377-4b5e-8dbc-bc0ac9071496",
"LocationId": 0,
"Price": 5.99,
"PriceId": 0,
"Star": 4.2,
"TimeId": 0,
"TimeValue": 9,
"Title": "Classic Beef Hot Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Indulge in comfort with the Chili Cheese Dog, a hearty delight boasting a beef hot dog smothered in rich chili, melted cheddar cheese, and diced onions.",
"Id": 25,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Chili%20Cheese%20Dog.jpg?alt=media&token=9d7abd64-eed0-4d17-8e3a-f08d25a122f7",
"LocationId": 0,
"Price": 6.49,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 12,
"Title": "Chili Cheese Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Enjoy a plant-based option with the Veggie Dog featuring sauerkraut, mustard, and a flavorful veggie frankfurter in a soft bun.",
"Id": 26,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Veggie%20Dog%20with%20Sauerkraut.jpg?alt=media&token=92ebfe3a-e857-4f15-9cfb-abb42fd22f4b",
"LocationId": 0,
"Price": 6.49,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 12,
"Title": "Veggie Dog with Sauerkraut"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Take a bite of Chicago with the Chicago Style Hot Dog, a beef frankfurter adorned with mustard, onions, sweet pickle relish, tomatoes, and a pickle spear.",
"Id": 27,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Chicago%20Style%20Hot%20Dog.jpg?alt=media&token=54241886-9f1c-4c6c-af7d-87a73f43fe66",
"LocationId": 1,
"Price": 7.49,
"PriceId": 0,
"Star": 4.3,
"TimeId": 1,
"TimeValue": 15,
"Title": "Chicago Style Hot Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Elevate your hot dog experience with the Pretzel Bun Dog, featuring a beef frankfurter nestled in a soft pretzel bun.",
"Id": 28,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Pretzel%20Bun%20Dog.jpg?alt=media&token=32321fb9-0654-45d2-acd5-df3df30bf794",
"LocationId": 0,
"Price": 6.99,
"PriceId": 0,
"Star": 4.4,
"TimeId": 1,
"TimeValue": 18,
"Title": "Pretzel Bun Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Embark on a tropical journey with the Hawaiian BBQ Dog, featuring a beef frankfurter topped with Hawaiian flavors, including pineapple and BBQ sauce.",
"Id": 29,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Hawaiian%20BBQ%20Dog.jpg?alt=media&token=055f6792-cb65-4b9f-ac04-505af5cff5fa",
"LocationId": 1,
"Price": 7.99,
"PriceId": 0,
"Star": 4.4,
"TimeId": 1,
"TimeValue": 17,
"Title": "Hawaiian BBQ Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Spice things up with the Kimchi Hot Dog, a fusion of flavors with a beef frankfurter topped with spicy kimchi.",
"Id": 30,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Kimchi%20Hot%20Dog.jpg?alt=media&token=0ef0dd52-0375-4314-8abe-e2127a50b2b7",
"LocationId": 0,
"Price": 7.99,
"PriceId": 0,
"Star": 4.8,
"TimeId": 1,
"TimeValue": 20,
"Title": "Kimchi Hot Dog"
},
{
"BestFood": false,
"CategoryId": 5,
"Description": "Experience a twist on a classic with the Reuben Style Hot Dog, featuring a beef frankfurter topped with corned beef, sauerkraut, Swiss cheese, and Thousand Island dressing.",
"Id": 31,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Reuben%20Style%20Hot%20Dog.jpg?alt=media&token=082c4e16-f2dd-46be-9338-d4007a31e83a",
"LocationId": 1,
"Price": 25,
"PriceId": 1,
"Star": 4.7,
"TimeId": 0,
"TimeValue": 8,
"Title": "Reuben Style Hot Dog"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Dive into the Classic California Roll, featuring crab, avocado, and cucumber wrapped in a sheet of nori.",
"Id": 32,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/California%20Roll.jpg?alt=media&token=7d3ba4ad-5385-4a3d-a016-5a7609334968",
"LocationId": 0,
"Price": 9.99,
"PriceId": 0,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 20,
"Title": "California Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Heat things up with the Spicy Tuna Roll, a tantalizing blend of spicy tuna, cucumber, and fiery mayo.",
"Id": 33,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Spicy%20Tuna%20Roll.jpg?alt=media&token=ccb4e42e-a6c2-4d69-836b-4b9b47842c4d",
"LocationId": 1,
"Price": 10.49,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 22,
"Title": "Spicy Tuna Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Savor simplicity with our Salmon Nigiri, featuring succulent salmon slices atop seasoned rice.",
"Id": 34,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Salmon%20Nigiri.jpg?alt=media&token=94e20441-fd05-4fdd-b0c3-92c7752e292e",
"LocationId": 0,
"Price": 7.99,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 18,
"Title": "Salmon Nigiri"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Indulge in artistic presentation with the Dragon Roll, featuring eel, avocado, and cucumber topped with thinly sliced avocado.",
"Id": 35,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Dragon%20Roll.jpg?alt=media&token=d342319f-e13c-4be5-960d-3b3524c89072",
"LocationId": 1,
"Price": 12.99,
"PriceId": 1,
"Star": 4.9,
"TimeId": 1,
"TimeValue": 25,
"Title": "Dragon Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Enjoy a burst of colors and flavors with the Rainbow Roll, showcasing a variety of fresh vegetables and avocado atop a maki roll.",
"Id": 36,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Rainbow%20Roll.jpg?alt=media&token=7ddacdf5-1e8d-4300-9046-e06639e50d0a",
"LocationId": 1,
"Price": 11.99,
"PriceId": 1,
"Star": 4.9,
"TimeId": 2,
"TimeValue": 30,
"Title": "Rainbow Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Experience the crispy goodness of our Tempura Shrimp Roll, featuring tempura shrimp, avocado, and cucumber wrapped in a cone of nori.",
"Id": 37,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Tempura%20Shrimp%20Roll.jpg?alt=media&token=62b42054-7d56-4962-b142-1202e3125d38",
"LocationId": 1,
"Price": 11.99,
"PriceId": 1,
"Star": 4.9,
"TimeId": 1,
"TimeValue": 26,
"Title": "Tempura Shrimp Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Savor the freshness of our Veggie Roll, filled with a medley of crisp vegetables for a delightful vegetarian option.",
"Id": 38,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Veggie%20Roll.jpg?alt=media&token=b1c12b8e-ed81-45e4-acf5-9c47d49abe86",
"LocationId": 0,
"Price": 9.49,
"PriceId": 0,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 21,
"Title": "Veggie Roll"
},
{
"BestFood": false,
"CategoryId": 3,
"Description": "Indulge in the purity of flavors with our Sashimi Platter, featuring an assortment of fresh and thinly sliced raw fish.",
"Id": 39,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Sashimi%20Platter.jpg?alt=media&token=b4aabd65-1151-42d5-885d-792b4f698cec",
"LocationId": 1,
"Price": 16.99,
"PriceId": 1,
"Star": 4.9,
"TimeId": 2,
"TimeValue": 35,
"Title": "Sashimi Platter"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": " Savor the richness of our Grilled Ribeye Steak, a succulent and well-marbled cut, expertly grilled to perfection. Accompanied by a flavorful blend of herbs and spices, this dish promises a melt-in-your-mouth experience.",
"Id": 40,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Grilled%20Ribeye%20Steak.jpg?alt=media&token=01c86527-eefe-4e12-b056-c3eca018a38c",
"LocationId": 0,
"Price": 34.99,
"PriceId": 2,
"Star": 4.6,
"TimeId": 1,
"TimeValue": 25,
"Title": "Grilled Ribeye Steak"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": "Embark on a culinary journey with our Spicy Moroccan Lamb Chops, featuring tender lamb chops marinated in exotic spices and grilled to a spicy perfection. A bold and flavorful choice for lamb enthusiasts.",
"Id": 41,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Spicy%20Moroccan%20Lamb%20Chops.jpg?alt=media&token=24a9c05c-16d1-47ce-97c0-b6c5997bcb3b",
"LocationId": 1,
"Price": 29.99,
"PriceId": 1,
"Star": 4.5,
"TimeId": 2,
"TimeValue": 35,
"Title": "Spicy Moroccan Lamb Chops"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": "Dive into the smoky goodness of our Smoked BBQ Brisket, a slow-cooked masterpiece featuring tender brisket, seasoned with our signature barbecue rub, and smoked to perfection. A true barbecue delight.",
"Id": 42,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Smoked%20BBQ%20Brisket.jpg?alt=media&token=895b8c06-5387-4dd3-b08d-1ea65b7eabbc",
"LocationId": 0,
"Price": 32.99,
"PriceId": 2,
"Star": 4.8,
"TimeId": 2,
"TimeValue": 60,
"Title": "Smoked BBQ Brisket"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": " Indulge in the elegance of our Pan-Seared Garlic Butter Sirloin, a juicy sirloin steak pan-seared to perfection and topped with a luscious garlic butter sauce. A symphony of flavors for steak connoisseurs.",
"Id": 43,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Pan-Seared%20Garlic%20Butter%20Sirloin.jpg?alt=media&token=08d523b8-c4e6-4e51-9a4d-6018ee7a76c8",
"LocationId": 1,
"Price": 26.99,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 23,
"Title": "Pan-Seared Garlic Butter Sirloin"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": " Experience the sweet and savory fusion of our Teriyaki Glazed Chicken Thighs, featuring succulent chicken thighs marinated in a flavorful teriyaki sauce and grilled to perfection. A delightful Asian-inspired choice.",
"Id": 44,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Teriyaki%20Glazed%20Chicken%20Thighs.jpg?alt=media&token=d4a6a3dc-00d0-46f7-a967-2f3e57cc6b6a",
"LocationId": 1,
"Price": 18.99,
"PriceId": 1,
"Star": 4.6,
"TimeId": 2,
"TimeValue": 30,
"Title": "Teriyaki Glazed Chicken Thighs"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": "Elevate your dining experience with our Bacon-Wrapped Filet Mignon, a premium cut of beef tenderloin wrapped in savory bacon, cooked to your desired level of doneness. A true indulgence for steak enthusiasts.",
"Id": 45,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Bacon-Wrapped%20Filet%20Mignon.jpg?alt=media&token=3bfa2501-265b-411e-a021-0427dbe6cf7c",
"LocationId": 0,
"Price": 36.99,
"PriceId": 2,
"Star": 5,
"TimeId": 1,
"TimeValue": 20,
"Title": "Bacon-Wrapped Filet Mignon"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": "Immerse yourself in the bold flavors of our Korean BBQ Short Ribs, featuring marinated short ribs grilled to perfection, delivering a delightful combination of sweetness and savory goodness.",
"Id": 46,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Korean%20BBQ%20Short%20Ribs.jpg?alt=media&token=37533242-2e31-4a62-9ccd-266dbc6575f0",
"LocationId": 1,
"Price": 22.99,
"PriceId": 1,
"Star": 4.4,
"TimeId": 2,
"TimeValue": 40,
"Title": "Korean BBQ Short Ribs"
},
{
"BestFood": false,
"CategoryId": 4,
"Description": "Delight in our Stuffed Bell Peppers with Ground Turkey, a wholesome dish featuring bell peppers filled with a flavorful blend of ground turkey, herbs, and spices, baked to perfection.",
"Id": 47,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Stuffed%20Bell%20Peppers%20with%20Ground%20Turkey.jpg?alt=media&token=554c613c-4c5c-4ba6-a785-2685f33beb51",
"LocationId": 0,
"Price": 16.99,
"PriceId": 1,
"Star": 4.3,
"TimeId": 2,
"TimeValue": 45,
"Title": "Stuffed Bell Peppers with Ground Turkey"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Refresh with our Fresh Orange Juice, a zesty and invigorating drink squeezed from the finest oranges.",
"Id": 48,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Fresh%20Orange%20Juice.jpg?alt=media&token=4536773a-a845-4b5b-9f6b-79ebf26a5bd0",
"LocationId": 0,
"Price": 3.99,
"PriceId": 0,
"Star": 4.6,
"TimeId": 0,
"TimeValue": 5,
"Title": "Fresh Orange Juice"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Indulge in the Berry Blast Smoothie, a refreshing blend of mixed berries and yogurt for a fruity and nutritious treat.",
"Id": 49,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Berry%20Blast%20Smoothie.jpg?alt=media&token=f476daf9-2584-436b-8b58-9e61200d45f2",
"LocationId": 0,
"Price": 4.49,
"PriceId": 0,
"Star": 4.8,
"TimeId": 0,
"TimeValue": 7,
"Title": "Berry Blast Smoothie"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Savor the Iced Caramel Macchiato, a sweet and energizing coffee delight made with espresso, caramel syrup, milk, and ice.",
"Id": 50,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Iced%20Caramel%20Macchiato.jpg?alt=media&token=21dce5e9-78b7-4354-a114-f7441db3524f",
"LocationId": 0,
"Price": 4.99,
"PriceId": 0,
"Star": 4.5,
"TimeId": 0,
"TimeValue": 3,
"Title": "Iced Caramel Macchiato"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Quench your thirst with the Mint Lemonade, a cool and tangy beverage perfect for a hot day.",
"Id": 51,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Mint%20Lemonade.jpg?alt=media&token=d437104e-7ea3-473a-b126-d21e4feb0cc8",
"LocationId": 0,
"Price": 3.99,
"PriceId": 0,
"Star": 4.4,
"TimeId": 0,
"TimeValue": 4,
"Title": "Mint Lemonade"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Beat the heat with the Mango Tango Slush, a tropical delight offering a slushy blend of mango goodness.",
"Id": 52,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Mango%20Tango%20Slush.jpg?alt=media&token=55398dbc-649a-4fbd-b6d2-10e3e2a73a8f",
"LocationId": 0,
"Price": 4.99,
"PriceId": 0,
"Star": 4.7,
"TimeId": 0,
"TimeValue": 6,
"Title": "Mango Tango Slush"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Enjoy the soothing Green Tea Latte, a comforting blend of matcha and steamed milk for a touch of elegance.",
"Id": 53,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Green%20Tea%20Latte.jpg?alt=media&token=f308c8c0-24c3-4fd7-945c-0b48839bea31",
"LocationId": 0,
"Price": 4.49,
"PriceId": 0,
"Star": 4.5,
"TimeId": 0,
"TimeValue": 8,
"Title": "Green Tea Latte"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Hydrate naturally with Coconut Water, a refreshing and electrolyte-packed beverage straight from the coconut.",
"Id": 54,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Coconut%20Water.jpg?alt=media&token=1dbd46de-8145-4b60-a859-0f6d7c86f984",
"LocationId": 0,
"Price": 2.99,
"PriceId": 0,
"Star": 4.3,
"TimeId": 0,
"TimeValue": 2,
"Title": "Coconut Water"
},
{
"BestFood": false,
"CategoryId": 6,
"Description": "Indulge in the sophisticated Espresso Martini, a luxurious cocktail blending espresso, vodka, and coffee liqueur.",
"Id": 55,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Espresso%20Martini.jpg?alt=media&token=22a65e63-2ef1-47b0-93f4-f6d289cd1516",
"LocationId": 0,
"Price": 7.99,
"PriceId": 0,
"Star": 4.9,
"TimeId": 0,
"TimeValue": 10,
"Title": "Espresso Martini"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Indulge in the classic Italian comfort of Pasta Carbonara, featuring al dente spaghetti tossed in a creamy sauce with pancetta, Parmesan cheese, and black pepper.",
"Id": 56,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Pasta%20Carbonara.jpg?alt=media&token=c018dfe1-0bb1-4d59-8898-ea8cd82c8cff",
"LocationId": 1,
"Price": 12.99,
"PriceId": 1,
"Star": 4.7,
"TimeId": 1,
"TimeValue": 22,
"Title": "Pasta Carbonara"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Experience the bold and aromatic flavors of Thai cuisine with our Thai Red Curry, a tantalizing dish with tender chicken or tofu, vegetables, and a rich red curry sauce.",
"Id": 57,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Thai%20Red%20Curry.jpg?alt=media&token=22a82d1a-2dd5-44c0-ab67-4d1ae5116143",
"LocationId": 1,
"Price": 13.49,
"PriceId": 1,
"Star": 4.8,
"TimeId": 2,
"TimeValue": 25,
"Title": "Thai Red Curry"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Savor the vibrant and flavorful Vegetarian Pad Thai, a stir-fried noodle dish with tofu, bean sprouts, peanuts, and lime for a perfect balance of sweet, sour, and savory.",
"Id": 58,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Vegetarian%20Pad%20Thai.jpg?alt=media&token=407db00b-5a92-4713-a259-799e350053a0",
"LocationId": 1,
"Price": 13.49,
"PriceId": 1,
"Star": 4.8,
"TimeId": 1,
"TimeValue": 25,
"Title": "Vegetarian Pad Thai"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Delight in a gourmet experience with our Spinach and Feta Stuffed Chicken, featuring succulent chicken breasts stuffed with a blend of spinach, feta cheese, and herbs.",
"Id": 59,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Spinach%20and%20Feta%20Stuffed%20Chicken.jpg?alt=media&token=02dbddd5-861e-4e5e-9524-01e68519ba89",
"LocationId": 1,
"Price": 14.99,
"PriceId": 1,
"Star": 4.9,
"TimeId": 2,
"TimeValue": 30,
"Title": "Spinach and Feta Stuffed Chicken"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Enjoy the savory goodness of our Beef Stir-Fry with Broccoli, a quick and delicious dish featuring tender beef strips, crisp broccoli, and a flavorful stir-fry sauce.",
"Id": 60,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Beef%20Stir-Fry%20with%20Broccoli.jpg?alt=media&token=bfb47e7d-4f84-400b-ac6d-44a6136f3446",
"LocationId": 1,
"Price": 13.99,
"PriceId": 1,
"Star": 4.7,
"TimeId": 2,
"TimeValue": 32,
"Title": "Beef Stir-Fry with Broccoli"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Experience the simplicity of the Margherita Flatbread, featuring a thin and crispy crust topped with fresh tomatoes, mozzarella cheese, and basil for a taste of Italy.",
"Id": 61,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Margherita%20Flatbread.jpg?alt=media&token=8fc75baa-7dae-4169-a843-f508e062a761",
"LocationId": 1,
"Price": 10.99,
"PriceId": 1,
"Star": 4.5,
"TimeId": 1,
"TimeValue": 18,
"Title": "Margherita Flatbread"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Embrace a nutritious and satisfying option with our Quinoa Salad Bowl, featuring a colorful medley of quinoa, mixed greens, vegetables, and a zesty vinaigrette dressing.",
"Id": 62,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Quinoa%20Salad%20Bowl.jpg?alt=media&token=0bbe1d23-754c-4bd6-bff5-4bdd7aaf427c",
"LocationId": 0,
"Price": 9.99,
"PriceId": 0,
"Star": 4.4,
"TimeId": 1,
"TimeValue": 11,
"Title": "Quinoa Salad Bowl"
},
{
"BestFood": false,
"CategoryId": 7,
"Description": "Indulge in the delightful flavors of Shrimp Scampi, featuring plump shrimp sautéed in a garlic-infused butter and white wine sauce, served over a bed of pasta.",
"Id": 63,
"ImagePath": "https://firebasestorage.googleapis.com/v0/b/fir-test-aa9c8.appspot.com/o/Shrimp%20Scampi.jpg?alt=media&token=bf9a816b-3a68-4096-aada-1efcee5afc70",
"LocationId": 1,
"Price": 16.99,
"PriceId": 1,
"Star": 4.8,
"TimeId": 2,
"TimeValue": 32,
"Title": "Shrimp Scampi"
}
],
"Location": [
{
"Id": 0,
"loc": "LA california"
},
{
"Id": 1,
"loc": "NY manhattan"
}
],
"Price": [
{
"Id": 0,
"Value": "1$ - 10$"
},
{
"Id": 1,
"Value": "10$ - 30$"
},
{
"Id": 2,
"Value": "more than 30$"
}
],
"Time": [
{
"Id": 0,
"Value": "0 - 10 min"
},
{
"Id": 1,
"Value": "10 - 30 min"
},
{
"Id": 2,
"Value": "more than 30 min"
}
]
}