URL Parameters vs Query Strings in Express.js
When I first started learning backend development…
I used to see URLs like this:
/users/7
And sometimes this:
/products?category=shoes&price=2000
At first… both looked almost the same to me. Just UR
codexninja.hashnode.dev5 min read