Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 294 Bytes

File metadata and controls

3 lines (2 loc) · 294 Bytes

Recipe Filter API

Create a Java Spring Boot web app with Apache Commons CSV and 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.