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

recipeAPI #28

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

A recipe API will be created, all interactions with the recipe table will happen through this API, basically all current db functions will be ported to this recipe API. The recipe API "has-a" database object, this object is created by the singleton model, so that there is only one database object, and only one recipe API.