ffarooqui2 / evl-express-backend-basics

0 stars 0 forks source link

REST API #9

Open renambot opened 1 year ago

renambot commented 1 year ago
ffarooqui2 commented 1 year ago

Hello, can you please look at the code? Is the organization fine? Also, I've been stuck on the route parameters, and my app crashes whenever I make new changes.

renambot commented 1 year ago

By the way, you can check 'req.query' to see the values of the arguments passed in the URL.

localhost:3000/movie?title
-->
Req { title: '' }