Console app for creating shopping list based on known meals.
Download repository and inside it's directory write
stack build
Execute
stack exe DinnersShoppingList-exe
and follow prompt questions (enter meal numbers or name prefixes separated by space)
Meals data and pricings are stored inside ./res/dinners.json
and ./res/pricing.json
.