GetRecipe - UQcsse3200/2024-studio-3 GitHub Wiki

Getting Recipe when giving Ingredients

Purpose

Ensure the recipe can be retrieved when associated ingredients are given

SetUp

Load the json file and parse into CookingConfig.java

Expected Outcome

When associated ingredient/s are given, the recipe that includes those ingredients should be returned. If the ingredient/s are not part of the recipe then it should return an empty list.