You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to consider managing a database for "caching" previously looked up ingredient information. That way, I can cut down on the amount of GET requests I make with the bar code API, potentially mitigating the need to buy any subscription to it.
I could also think about doing this for recipes.
The text was updated successfully, but these errors were encountered:
Well I think the time has come for me to start addressing this. I believe that I should look at NoSQL databases for this since I'll probably want to store recipes as objects instead of regular tables of information like in SQL databases.
Description
I need to consider managing a database for "caching" previously looked up ingredient information. That way, I can cut down on the amount of GET requests I make with the bar code API, potentially mitigating the need to buy any subscription to it.
I could also think about doing this for recipes.
The text was updated successfully, but these errors were encountered: