[TIL] Express Server Practice
Issues encountered
Dealing with 1) the value received from req.params and 2) the value sending through res.json({})
I moved the middleware code for retrieving items in the shopping cart with a GET request to the goods.js file for a quiz section in ...
siwonlog.hashnode.dev2 min read