jakji93 / airon-fitness

AIRON Fitness is an AI-powered fitness companion supporting your personal health journey by delivering customized fitness and meal plans tailored to your goals and preferences.
https://airon-fitness.onrender.com/
MIT License
4 stars 2 forks source link

feat: implement macros in meal schedule and refactoring #48

Closed d-x-s closed 1 year ago

d-x-s commented 1 year ago

Meal schedules now include macros!

{
  "schedule": {
    "Monday": {
      "breakfast": "Oatmeal with berries and almond butter",
      "snack1": "Greek yogurt with mixed nuts",
      "lunch": "Grilled chicken breast with quinoa and roasted vegetables",
      "snack2": "Protein shake with banana",
      "dinner": "Salmon with sweet potato and steamed broccoli",
      "nutrition_totals": {
        "calories": 2000,
        "carbohydrates": 200,
        "protein": 180,
        "fat": 60
      }
    }...