Fernando-Rz / qooked

A food recipe app
2 stars 0 forks source link

Add a meal plan endpoint #12

Open BrayanMG opened 2 months ago

BrayanMG commented 2 months ago

A meal plan will consist of the following properties: mealPlanId - string (/users/{userID}/mealPlans/startDate-endDate) startDate - date endDate - date days - array of objects groceries - array of strings

days will consist of: date breakfast - string lunch - string dinner - string