Recipe Matcher is a Spring Boot application that helps users find recipes based on the ingredients they have available.
- Users input their available ingredients
- System finds recipes that can be made with these ingredients
- Matching recipes are displayed to the user
- Ingredient: Stores basic ingredient information (name, type)
- Recipe: Contains recipes and their required ingredients
- RecipeIngredientMatch: Matches available ingredients with recipes
- Java 17
- Spring Boot
- H2 Database
- JPA/Hibernate
MIT