Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.