Currently ListAllRecipes is tied into dummy data created on the backend not using the database. The main goal for this task is to
- Convert the function to use data from the database
- When creating a new recipe, it should be able to view the new record you just added in
Currently ListAllRecipes is tied into dummy data created on the backend not using the database. The main goal for this task is to