-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
518 lines (518 loc) · 22.5 KB
/
db.json
File metadata and controls
518 lines (518 loc) · 22.5 KB
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
{
"posts": [
{
"id": 1,
"name": "some name",
"email": "someEmail@json-server",
"password": "somePassword"
},
{
"name": "gaurav",
"email": "check@gmail.com",
"password": "1234",
"id": 2
},
{
"name": "check@gmail.com",
"email": "check@gmail.com",
"password": "1234",
"id": 3
},
{
"name": "Raj",
"email": "check@gmail.com",
"password": "1234",
"id": 4
},
{
"name": "abhi",
"email": "abhisatape2000@gmail.com",
"password": "1234",
"id": 5
},
{
"name": "Mayukh",
"email": "check@gmail.com",
"password": "1234",
"id": 6
},
{
"name": "Mayukh",
"email": "check@gmail.com",
"password": "1234",
"id": 7
},
{
"name": "Mayukh",
"email": "abhisatape2000@gmail.com",
"password": "1234",
"id": 8
},
{
"name": "mayukh",
"email": "check@gmail.com",
"password": "1234",
"id": 9
},
{
"name": "mayukh",
"email": "check@gmail.com",
"password": "1234",
"id": 10
}
],
"food": [
{
"id": 1,
"f_name": "Beans & Legumes",
"details": "All types of beans and legumes like baked beans, green beans, couscous and lentils.",
"image": "https://a.ftscrt.com/static/images/food_groups/beans_legumes.jpg"
},
{
"id": 2,
"f_name": "Breads & Cereals",
"details": "Different types of breads and cereals like bagels, wraps, rye, wheat bread and oatmeal",
"image": "https://a.ftscrt.com/static/images/food_groups/breads_cereals.jpg"
},
{
"id": 3,
"f_name": "Cheese, Milk & Dairy",
"details": "Cheese varieties and dairy products like cheddar, mozzarella, gouda, skim milk and yoghurt.",
"image": "https://a.ftscrt.com/static/images/food_groups/dairy.jpg"
},
{
"id": 4,
"f_name": "Drinks",
"details": "Hot and cold drinks like juices, soft drinks, smoothies, coffee, beer, wine and cocktails.",
"image": "https://a.ftscrt.com/static/images/food_groups/beverages.jpg"
},
{
"id": 5,
"f_name": "Eggs",
"details": "Variety of plain and cooked eggs like, egg whites, hard-boiled, scrambled, fried and poached.",
"image": "https://a.ftscrt.com/static/images/food_groups/eggs.jpg"
},
{
"id": 6,
"f_name": "Fast Food",
"details": "Foods from all your favorite chains like burgers, chips, pizza, hot dogs, sandwiches and burritos.",
"image": "https://a.ftscrt.com/static/images/food_groups/fast_food.jpg"
},
{
"id": 7,
"f_name": "Fish & Seafood",
"details": "A range of seafood and fish like tuna, salmon, cod, prawns, lobster, scallops and oysters.",
"image": "https://a.ftscrt.com/static/images/food_groups/fish.jpg"
},
{
"id": 8,
"f_name": "Fruit",
"details": "Popular fruits like apples, bananas, strawberries, oranges, grapes, peaches, pears and grapefruit",
"image": "https://a.ftscrt.com/static/images/food_groups/fruit.jpg"
},
{
"id": 9,
"f_name": "Meat",
"details": "Full range of meats and cuts like bacon, ribs, chicken breast, pork chops, corned beef and roast turkey.",
"image": "https://a.ftscrt.com/static/images/food_groups/meat.jpg"
},
{
"id": 10,
"f_name": "Nuts & Seeds",
"details": "Popular nuts and seeds like almonds, peanuts, pecans, pistachios, walnuts and sunflower seeds.",
"image": "https://a.ftscrt.com/static/images/food_groups/nuts.jpg"
},
{
"id": 11,
"f_name": "Pasta, Rice & Noodles",
"details": "All types of pasta and rice like spaghetti, macaroni, ravioli, lasagna, white rice and fried rice.",
"image": "https://a.ftscrt.com/static/images/food_groups/pasta_rice.jpg"
},
{
"id": 12,
"f_name": "Salads",
"details": "All your favorite salads like coleslaw, potato salad caesar salad, egg salad and chicken salad",
"image": "https://a.ftscrt.com/static/images/food_groups/salads.jpg"
},
{
"id": 13,
"f_name": "Sauces, Spices & Spreads",
"details": "All types of sauces and spices like tomato sauce, pasta sauce, salsa, olive oil, mayo, salad dressing, hummus, mustard and maple syrup.",
"image": "https://a.ftscrt.com/static/images/food_groups/sauces.jpg"
},
{
"id": 14,
"f_name": "Snacks",
"details": "Sweet and salty snacks like potato chips, corn chips, popcorn, pretzels, crackers, granola bars and rice cakes.",
"image": "https://a.ftscrt.com/static/images/food_groups/snacks.jpg"
},
{
"id": 15,
"f_name": "Soups",
"details": "All types of soups like chicken, noodle, vegetable and chunky as well as bisques, chowders, stews and broths.",
"image": "https://a.ftscrt.com/static/images/food_groups/soup.jpg"
},
{
"id": 16,
"f_name": "Sweets & Desserts",
"details": "Sweet treats like lollies, chocolate, cake, donuts, ice cream, pastries, muffins, pancakes and biscuits.",
"image": "https://a.ftscrt.com/static/images/food_groups/sweets_desserts.jpg"
},
{
"id": 17,
"f_name": "Vegetables",
"details": "All vegetables like mushrooms, carrots, potatoes, tomatoes, broccoli, lettuce, peas and onions.",
"image": "https://a.ftscrt.com/static/images/food_groups/vegetables.jpg"
},
{
"id": 18,
"f_name": "Other",
"details": "Popular foods like dumplings, croutons, chow mein, french toast, quiche, spring rolls and grits.",
"image": "https://a.ftscrt.com/static/images/food_groups/other.jpg"
}
],
"profilePage": [
{
"id": 1,
"name": "50goals",
"description": "To walk, or not to walk, that is the question?! Somewhere is a fire and the air quality is not great, but sun is dropping and it is only 105 Ha ha ha. I think we walk!",
"profile_pic": "https://m.ftscrt.com/static/member/19eea060-4d5f-4ee9-be7f-e5891ad9a82b_sq.jpg",
"img": "https://m.ftscrt.com/food/6d35570b-0763-4d62-a4d4-1eb3cb469bfb_original.jpg",
"kcal": "3000 kcal",
"post_Date": " 10 January 2022",
"details": "Fat: 58.96g | Prot: 80.85g | Carb: 86.71g. Breakfast: Smartfood White Cheddar Cheese Popcorn. Lunch: Whole Wheat Bread, Bologna, American Cheese, Mustard, Light Mayonnaise . Dinner: Ground Pork, Cooked Green String Beans (from Fresh). Snacks/Other: Great Value Organic Ground Flax Seed, Silk Organic Unsweetened Vanilla Soy Milk, Syntrax Nectar Fuzzy Navel Whey Protein Isolate, NuNaturals Collagen Peptides, Strawberries , Sara Lee Pound Cake Slices",
"comments": [
{
"name": "Superman6283",
"hisComment": "🤣🤣🤣 my eyes bulged when I saw the 10x30 😂 I don’t Know what my 1rm for the deep squats is yet, I’m still progressing with it. This is like the 3rd time. I do the pauses on the last 3 reps to squeeze out reps, I find it easier since I go all the way down where my legs are relaxed. Or should I not go to the point where my legs are relaxed?",
"img": "https://m.ftscrt.com/static/member/91bd4e7c-2dad-4b8f-9c44-fbc0c2fe40dd_sq.jpg",
"data": "Sep 4, 2022"
},
{
"name": "Are1981",
"hisComment": "10x3, lol. 10x30 would prob land you on the couch for a week.",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "Sep 3, 2022"
},
{
"name": "Are1981",
"hisComment": "Numbers look good. Are you still doing A2G? Maybe incorporate some pause squats, like a 10x30 starting at 60-70% of your 1RM with a full 3 second pause at the bottom. Brutal, but your overall strength will go through the roof.",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "Sep 1, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "very beautiful",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 8, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "You are doing really awesome.",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 8, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "Nice",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 9, 2022"
},
{
"name": "Anidha singh",
"hisComment": "dogs are very friendly",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "nice picture",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "nice",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "cool",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "hi",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh",
"hisComment": "nice",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
}
]
},
{
"id": 2,
"name": "SuperDuper3000",
"description": "ground pork & fresh green beans with: ginger, aminos and a little toasted sesame oil",
"profile_pic": "https://m.ftscrt.com/static/member/dc81b083-00b3-4fa2-9f17-f6f8869c2386_sq.jpg",
"img": "https://m.ftscrt.com/food/55831c91-992b-4a0b-ae25-5a5331d53d41_original.jpg",
"kcal": "956 kcal",
"post_Date": " 05 September 2022",
"details": "Fat: 58.96g | Prot: 80.85g | Carb: 86.71g. Breakfast: Smartfood White Cheddar Cheese Popcorn. Lunch: Whole Wheat Bread, Bologna, American Cheese, Mustard, Light Mayonnaise . Dinner: Ground Pork, Cooked Green String Beans (from Fresh). Snacks/Other: Great Value Organic Ground Flax Seed, Silk Organic Unsweetened Vanilla Soy Milk, Syntrax Nectar Fuzzy Navel Whey Protein Isolate, NuNaturals Collagen Peptides, Strawberries , Sara Lee Pound Cake Slices",
"comments": [
{
"name": "Sandra Bain",
"hisComment": "Looks yummy!",
"img": "https://m.ftscrt.com/static/member/91bd4e7c-2dad-4b8f-9c44-fbc0c2fe40dd_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "larryb53",
"hisComment": "Interesting. Looks good. ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "debramarie1",
"hisComment": "Look deliciois ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "Mayukh Sen",
"hisComment": "It seems like delicious. ",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 8, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "looking cute",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "delicious",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh",
"hisComment": "sweet",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "Mayukh",
"hisComment": "Cool",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
}
]
},
{
"id": 3,
"name": "Sk.17",
"description": "Cumin-rubbed Slow Roasted Lamb▪️Grilled Figs, Jalapeno Honey Goat Cheese, Fig Balsamico▪️Cherry Tomatoes Viniagrette, Basil▪️Oven-roasted Veggies: Onion, Carrots, Daikon & Brussels",
"profile_pic": "https://m.ftscrt.com/static/member/8ea62da7-0633-4245-a1a5-ce4a67b1e89b_sq.jpg",
"img": "https://m.ftscrt.com/food/2c717a0c-46ed-48e3-a34e-a5da27cd2c78_fs2.jpg",
"kcal": "1211 kcal",
"post_Date": " 05 September 2022",
"details": "Fat: 90.96g | Prot: 79.23g | Carb: 178.62g. Breakfast: Coffee, Carnation Evaporated Milk. Lunch: Trader Joe's Rustico Pomodoro Pasta Sauce, Barilla Farfalle Pasta, Evergood Louisiana Hot Links, Cooked or Sauteed Mature Onions (from Frozen, Fat Added in Cooking), Mezzetta Castelvetrano Whole Green Olives. Dinner: Spoonbread, Lamb Roast, Pinot Noir Wine , Cooked Carrots, Farm to Fork Caramelized Onion & Roasted Garlic Sauce, Cherry Tomatoes, Trader Joe's Balsamic Vinaigrette. Snacks/Other: Red Table Wine, barkTHINS Dark Chocolate Pumpkin Seed with Sea Salt, Spaten Oktoberfest, Pinot Noir Wine",
"comments": [
{
"name": "LivinBreezy",
"hisComment": "Looks like a tasty tapestry of art 😋",
"img": "https://m.ftscrt.com/static/member/eec54a6b-7431-4ac9-b2ae-970247990343_sq.jpg",
"data": "06 Sep 22"
},
{
"name": " sk.17",
"hisComment": "Thx Breezy 😊 #eatwithyoureyes ",
"img": "https://m.ftscrt.com/static/member/2b814c22-2bdc-4c6c-aa61-03777fca612f_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "The Conscious Eater",
"hisComment": "Delish! ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "NAVYWIFESKI",
"hisComment": "Love lamb, never had figs! Waiting… ✈️😋 ",
"img": "https://m.ftscrt.com/static/member/4f4e37cb-7b24-43cc-9e22-5d7e28d5cc86_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "ginome",
"hisComment": "This is amazing. Never had anything this elaborate to be honest. Awesome sk👏👏👏 ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "larryb53",
"hisComment": "Interesting. Looks good. ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "Sandra Bain",
"hisComment": "Mmmmm mmmmm ",
"img": "https://m.ftscrt.com/static/member/2b814c22-2bdc-4c6c-aa61-03777fca612f_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "The Conscious Eater",
"hisComment": "Beautiful Yfritz😍. Reminds me of the song ‘Beautiful in my eyes’ by Joshua Kadison. Do you know it? What is Labour day weekend? Must Google it. ",
"img": "https://m.ftscrt.com/static/member/2b814c22-2bdc-4c6c-aa61-03777fca612f_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "karen40.poole",
"hisComment": "YFritz, the salmon was infinitely better than the sardines! 🤣 not all of my cooking experiments turn out well. With a dog in the house no stinky food goes to waste though lol. I am going to start calling you “ Witchy-poo”😂 Have a great day.",
"img": "https://m.ftscrt.com/static/member/2b814c22-2bdc-4c6c-aa61-03777fca612f_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "Mayukh Sen",
"hisComment": "nice",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "mayukh",
"hisComment": "Niceeeee",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
},
{
"name": "mayukh",
"hisComment": "nice",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
}
]
},
{
"id": 4,
"name": "ImalittleLESSfluffyNOW",
"description": "Kodiak Cakes Power, Rosemary Chicken and Snow Peas",
"profile_pic": "https://m.ftscrt.com/static/member/0316e74a-9326-46ac-90b3-f36ec90d13b7_sq.jpg",
"img": "https://m.ftscrt.com/food/ccbb92ff-ae14-4b0a-9c0a-2cbd77736d90_fs2.jpg",
"kcal": "456 kcal",
"post_Date": " 06 September 2022",
"details": "Fat: 8.93g | Prot: 24.49g | Carb: 60.18g.Breakfast: Coffee, Great Value Non-Dairy Coffee Creamer, Splenda No Calorie Sweetener Packets, Kodiak Cakes Power Cakes, Kirkland Signature Boneless Skinless Chicken Tenderloins, Snow or Sugar Snap Peas , Maple Grove Farms Sugar Free Maple Syrup. Snacks/Other: Post Great Grains Raisin, Dates & Pecans Cereal, Great Value Whole Milk, General Mills Cheerios, Friendly Farms Unsweetened Vanilla Almond Milk.",
"comments": [
{
"name": "Sandra Bain",
"hisComment": "Looks yummy!",
"img": "https://m.ftscrt.com/static/member/91bd4e7c-2dad-4b8f-9c44-fbc0c2fe40dd_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "larryb53",
"hisComment": "Interesting. Looks good. ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "debramarie1",
"hisComment": "Look deliciois ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "Mayukh Sen",
"hisComment": "Delicious food",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 9, 2022"
},
{
"name": "Mayukh Sen",
"hisComment": "tasty one",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 9, 2022"
}
]
},
{
"id": 5,
"name": "SherryeB",
"description": "Mediterranean Chopped Salad, (feta & flat bread strips) added tomatoes & onion ▪︎ Balsamic & Basil Vinaigrette ▪︎ Topped with Rotisserie Chicken",
"profile_pic": "https://m.ftscrt.com/static/member/374e651f-cebf-40d5-b79c-62dc25ab38f7_sq.jpg",
"img": "https://m.ftscrt.com/food/d4530a2c-d845-4171-bba4-efa06e8917a1_fs2.jpg",
"kcal": "1528 kcal",
"post_Date": " 06 September 2022",
"details": "Fat: 8.93g | Prot: 24.49g | Carb: 60.18g.Breakfast: Coffee, Great Value Non-Dairy Coffee Creamer, Splenda No Calorie Sweetener Packets, Kodiak Cakes Power Cakes, Kirkland Signature Boneless Skinless Chicken Tenderloins, Snow or Sugar Snap Peas , Maple Grove Farms Sugar Free Maple Syrup. Snacks/Other: Post Great Grains Raisin, Dates & Pecans Cereal, Great Value Whole Milk, General Mills Cheerios, Friendly Farms Unsweetened Vanilla Almond Milk.",
"comments": [
{
"name": "Sandra Bain",
"hisComment": "Mmmmm mmmmm ",
"img": "https://m.ftscrt.com/static/member/2b814c22-2bdc-4c6c-aa61-03777fca612f_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "larryb53",
"hisComment": "Interesting. Looks good. ",
"img": "https://m.ftscrt.com/static/member/ab27860f-fa27-412e-8a13-b37ec7b9daf7_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "debramarie1",
"hisComment": "Sherry it looks delicious. Your doing a great job with your weight loss. Keep it up. Well done. ",
"img": "https://m.ftscrt.com/static/member/21136dce-04f5-4cdc-a630-8fe7ebe57259_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "Aradha",
"hisComment": "very tasty food",
"img": "https://i.pinimg.com/originals/19/e3/79/19e379ccc6e5099b6278fef0696358b5.png",
"data": "Sep 10, 2022"
}
]
},
{
"id": 6,
"name": "SuperDuper3333",
"description": "ground pork & fresh green beans with: ginger, aminos and a little toasted sesame oil",
"profile_pic": "https://m.ftscrt.com/static/member/dc81b083-00b3-4fa2-9f17-f6f8869c2386_sq.jpg",
"img": "https://m.ftscrt.com/food/55831c91-992b-4a0b-ae25-5a5331d53d41_original.jpg",
"kcal": "956 kcal",
"post_Date": " 05 September 2022",
"details": "Fat: 58.96g | Prot: 80.85g | Carb: 86.71g. Breakfast: Smartfood White Cheddar Cheese Popcorn. Lunch: Whole Wheat Bread, Bologna, American Cheese, Mustard, Light Mayonnaise . Dinner: Ground Pork, Cooked Green String Beans (from Fresh). Snacks/Other: Great Value Organic Ground Flax Seed, Silk Organic Unsweetened Vanilla Soy Milk, Syntrax Nectar Fuzzy Navel Whey Protein Isolate, NuNaturals Collagen Peptides, Strawberries , Sara Lee Pound Cake Slices",
"comments": [
{
"name": "Sandra Bain",
"hisComment": "Looks yummy!",
"img": "https://m.ftscrt.com/static/member/91bd4e7c-2dad-4b8f-9c44-fbc0c2fe40dd_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "larryb53",
"hisComment": "Interesting. Looks good. ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "debramarie1",
"hisComment": "Look deliciois ",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "06 Sep 22"
},
{
"name": "debramarie16648648647647",
"hisComment": "Look deliciois sexy ho yarr",
"img": "https://m.ftscrt.com/static/member/797c6b40-7b4a-42e7-a0ba-5e59d5644603_sq.jpg",
"data": "10 Sep 22"
}
]
}
]
}