ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

Nutrition Object #48

Open ibeal opened 3 years ago

ibeal commented 3 years ago

Needed information to calculate nutrition information will need to be stored in the database for future retrieval. This object will basically save usda foods endpoint responses to and from the database. A few features of this object:

Should be first queried before hitting the foods endpoint.

Should be able to accept async calls to add more food ids to the table.