Exercise: APIs and Routing
This exercise focuses on practicing routing and API-building skills.
We'll cover the following...
Problem statement
Add a new route to our graceful server to search for and return a user’s name and age. The users are stored ...