Serverless Function Echo

This simple serverless function, running on Vercel, echoes submitted form values back to the client as JSON.

It has been used in project templates for a class to introduce students to working with an API; specifically, how to receive and process incoming data.

From the server: