A Java API to return recipes based on what ingredients you have on your fridge.
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Adding the sorting method to the Recipes response, so the Recipes list will always de ordered by the ingredients best-before date
7c641caView on GitHubRewriting tests to be more meaningful. The new integration tests will go end-to-end.
24fac81View on GitHubOptimizing imports and adding @Component annotations to Models
bfd2eb6View on GitHubRe-generating the Maven wrapper. Documenting the API on README and ARD files.
4f78dddView on GitHubRefactoring the identation to be in compliance with Google style
04be054View on GitHubAdding the functionalities: read from the JSON files instead of Java Factories, retrieve only recipes with valid ingredients, that are on the JSON and within the use-by date
7842e3fView on GitHubRefactoring responsabilities distribution, Application class name. Adds the search recipe by ingredients functionality.
d69b100View on GitHubCreating the model, factory and repository for the POJO classes(Ingredient and Recipe). Creating a service and controller for the lunch api.
e87e952View on GitHubAdding the right application description to pom.xml file. Refactoring recipes package name to recipesAPI.
6789a1fView on GitHub