Soup Generator
each soup has:
1. a title
2. a list of ingredients
3. a list of instructions
4. a chef
5. an image ? TODO ? ahah
so we haveee:
name is a string
ingredients are an array of strings
recipe is an array of strings (first this, second this, third this, ecc)
and the chef (usually who upload the recipe) is a string again ? or maybe we can avoid this? idk is funny
ask to michael: what is the best solution to add images??