Day 21 of 100days of code.
Fundamentals of nodeJS
Handling Route Parameters
Route parameters are the named URL segments that are used to capture the values specified at their position in the URL. i.e : 127.0.0.1:3000/api/v1/movies/:id , in this case the :id is the route parame...
paks.hashnode.dev2 min read