Question: Programming languange is Javascript. Application Requirements Background Public API's (often referred to as RESTful API's) have become very popular. They typically serve JSON data based
Programming languange is Javascript.



Application Requirements Background Public API's (often referred to as RESTful API's) have become very popular. They typically serve JSON data based on client queries that use HTTP messages and HTTP verbs (like GET and POST). They also respect the stateless nature of HTTP -the client provides everything in each query that the server needs to respond. API's don't typically serve web-pages rather they serve data that other servers or "smart" clients can use to populate web pages. Or, in the internet of things, maybe no web pages are ever involved. APl's are nice because their data can be consumed and repackaged in many different ways We want to build a client-server app that uses the www.food2fork API for providing recipes based on ingredients specfied by the client. (If you want to substitute a different API in the assignment please discuss it with me ahead of time.) The client should access the application at http://localhost: 3000/recipes and they should be presented with a webpage that looks like the following: Enter an ingredient cake Submit The Best Chocolate Sheet Cake. Ever. Red Velvet Cheesecake Cookies Application Requirements Background Public API's (often referred to as RESTful API's) have become very popular. They typically serve JSON data based on client queries that use HTTP messages and HTTP verbs (like GET and POST). They also respect the stateless nature of HTTP -the client provides everything in each query that the server needs to respond. API's don't typically serve web-pages rather they serve data that other servers or "smart" clients can use to populate web pages. Or, in the internet of things, maybe no web pages are ever involved. APl's are nice because their data can be consumed and repackaged in many different ways We want to build a client-server app that uses the www.food2fork API for providing recipes based on ingredients specfied by the client. (If you want to substitute a different API in the assignment please discuss it with me ahead of time.) The client should access the application at http://localhost: 3000/recipes and they should be presented with a webpage that looks like the following: Enter an ingredient cake Submit The Best Chocolate Sheet Cake. Ever. Red Velvet Cheesecake Cookies
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
