Express Query Params: When Your URL Starts Asking Questions
Query Parameters - Your URL
Query parameters are one of the most common ways to send additional data to your API. They let users filter, search, sort, limit, or customize what they want from your server — all through the URL.
If you’ve ever seen a li...
backend-scratch.hashnode.dev3 min read