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.
Adds a community rating system to the recipes. Ratings are now calculated as an average of all ratings given to each recipe. Ratings are now displayed as stars (out of a total of five stars).
Also fixes the backend tests to connect to the MongoDB cluster specified in the .env file.
Adds a community rating system to the recipes. Ratings are now calculated as an average of all ratings given to each recipe. Ratings are now displayed as stars (out of a total of five stars).
Also fixes the backend tests to connect to the MongoDB cluster specified in the .env file.
Closes issues #2 and #11.