Notes
VSCode debug options:
restart: true
for example
"runtimeExecutable": "${workspaceFolder}/26-server/node_modules/.bin/nodemon",
and "console": "integratedTerminal"
or external terminal in order to quit process properly when you want to finish debuggingExpressJS
next
function or res.send(...)
response.render('shop', { ... data })
template is used and data can be passed to dynamically render content