A little Go server API to handle a Recipe database, generating meal plans and shopping lists.
-
creation, update, tagging and rating of recipes
-
create a meal plan based on random recipes
-
restrict the meal plan to a defined number of vegetarian and vegan meals
-
scaling of the number of servings
-
automatic generation of shopping lists
-
user-based management of afood storage
- what do I have in stock?
- take the stock into account when creating a shopping list
-
expose the features through a simple API
-
enable user authentication