Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 314 Bytes

File metadata and controls

4 lines (2 loc) · 314 Bytes

Recipe App

Project where I created a Java Spring Boot Application using Maven that leverages Apache Commons CSV library to import recipe data contained in a .txt file, stores the recipe data in a POJO and eventual ArrayList, and then creates “endpoints” inside of a RestController that filters this data.