I am now going to begin creating a function that will take a users id and return their ingredients (name, quantity and quality) so that this information can then be used to match recipes best suited to the user.
I've done this and created a pull request, but I think I could improve the testing so we can check values fall into certain ranges for randomly generated user ingredients once that is done.
I am now going to begin creating a function that will take a users id and return their ingredients (name, quantity and quality) so that this information can then be used to match recipes best suited to the user.