URL Parameters vs Query Strings in Express.js
When I started learning backend APIs, one thing confused me a lot:
Why sometimes data comes like:
/users/45
and sometimes like:
/products?category=shoes
At first both looked almost identical to me.
dhirenderchoudhary.hashnode.dev5 min read