Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-cultrera/recipeapp
Project where I created a Spring Boot Application using Maven that leverages Apache Commons CSV library to import recipe data from a .txt file, stores the data into a POJO and eventual ArrayList, and then creates “endpoints” inside of a RestController that filters this data
https://github.com/alex-cultrera/recipeapp
apache-commons-csv arraylist autowired getmapping iterable java maven rest-controller spring-boot
Last synced: about 2 months ago
JSON representation
Project where I created a Spring Boot Application using Maven that leverages Apache Commons CSV library to import recipe data from a .txt file, stores the data into a POJO and eventual ArrayList, and then creates “endpoints” inside of a RestController that filters this data
- Host: GitHub
- URL: https://github.com/alex-cultrera/recipeapp
- Owner: Alex-Cultrera
- Created: 2024-07-30T20:38:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:02:37.000Z (4 months ago)
- Last Synced: 2024-08-14T22:05:14.454Z (4 months ago)
- Topics: apache-commons-csv, arraylist, autowired, getmapping, iterable, java, maven, rest-controller, spring-boot
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.