Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0
stars
1
forks
source link
Failing Test - "Should not return bookmarks for a nonexistent user" #30
Missing check in DAO to ensure that user exists before attempting to access user fields.
recipes.controller was missing try-catch block to catch any errors
Failing test in testBookmarksAndUserProfile.js See details below: