Kevin Gallaccio Assignment 9
KevinGallaccio/kevin-assignment-9
Recipe Filter API -- Create a Spring Boot web app with endpoints to filter recipes based on dietary preferences. Implement endpoints for gluten-free, vegan, vegan-and-gluten-free, vegetarian, and all recipes. Use Apache Commons CSV to parse recipe data from a file.
Java