Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-cultrera/meal-plan-api
Spring Boot web app that integrates with a third party API, maps the JSON response to Java objects, and creates endpoints inside of a RestController returning a customized meal plan based on user inputed query parameters.
https://github.com/alex-cultrera/meal-plan-api
api endpoints get-request getmapping java json maven postman query-params responseentity rest-controller restful-api restful-webservices resttemplate spring-boot third-party-api uri
Last synced: 17 days ago
JSON representation
Spring Boot web app that integrates with a third party API, maps the JSON response to Java objects, and creates endpoints inside of a RestController returning a customized meal plan based on user inputed query parameters.
- Host: GitHub
- URL: https://github.com/alex-cultrera/meal-plan-api
- Owner: Alex-Cultrera
- Created: 2024-08-07T22:53:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T16:42:18.000Z (5 months ago)
- Last Synced: 2025-01-19T17:09:37.648Z (17 days ago)
- Topics: api, endpoints, get-request, getmapping, java, json, maven, postman, query-params, responseentity, rest-controller, restful-api, restful-webservices, resttemplate, spring-boot, third-party-api, uri
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meal Plan API
Project where I created a Spring Boot Application using Maven that integrates with a third party API, maps the JSON response to Java objects, and then creates “endpoints” inside of a RestController that returns a customized meal plan based on user inputed query parameters.