Building a Server Endpoint for Autocomplete
Let's modify the server so that it returns data that's a little less hardcoded and more varied for a search engine example!
We'll cover the following
Skeleton for suggestion stubs #
The server powering this search engine we’re building needs to respond with the actual suggestions. Let’s copy the mock server we built in the last lesson and modify it for this case.
Get hands-on with 1400+ tech skills courses.