Alex-Cultrera / RecipeApp

Spring Boot web app leveraging Apache Commons CSV library to import recipe data from a .txt file, maps the data to Java objects, stores in memory to an ArrayList, and creates RestController endpoints that filter the data

Repository from Github https://github.comAlex-Cultrera/RecipeAppRepository from Github https://github.comAlex-Cultrera/RecipeApp

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.

About

Spring Boot web app leveraging Apache Commons CSV library to import recipe data from a .txt file, maps the data to Java objects, stores in memory to an ArrayList, and creates RestController endpoints that filter the data


Languages

Language:Java 100.0%