nathan-wick / nutrition-ai

A mobile app that uses machine learning to provide personalized nutrition recommendations based on a user's dietary preferences, health goals, and exercise habits.
1 stars 1 forks source link

Store Meal Data #33

Closed nathan-wick closed 1 year ago

nathan-wick commented 1 year ago

We need to find a database of meals that includes recipes and ingredients. Then, store the meal data in our database and link the meal ingredients.

nathan-wick commented 1 year ago

Would it be possible to combine the Meals starting with... collections into one collection named meals? This would make the information easier to use in the future. Other than that, this looks perfect!

Image

patel5r4 commented 1 year ago

Would it be possible to combine the Meals starting with... collections into one collection named meals? This would make the information easier to use in the future. Other than that, this looks perfect!

Image

Done! Added all the meals to a single collection named "Meals":

image

nathan-wick commented 1 year ago

Awesome! Looks great :)