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