Supply buildable source code that runs as a simple webserver.
The webserver is for storing clients' favorite foods. It should expose two API operations:
GET
on a route "/foods" to return a list of all your favorite foodsPOST
on the same route "/foods" to add a food to the list