express-workshop
express-workshop copied to clipboard
Workshop on Node.js basics with Express. https://nodegirls.com
Hi All 👋 Hope everyone is doing ok in these current covid times. I thought I'd use the extra time to write up a simple server testing workshop. It is...
The instructions asked to use res.sendFile. As the script.js is trying to GET request, its first confusing to use GET request in server.js as well, and to respond with the...
The workshop asks to `npm init` in step 1, and to install npm in step 2. Less confusing if installed in step 1 :smile:
Had some feedback that it was confusing to introduce the idea of writing to JSON before reading from it, at that the step would flow better if it were the...
During the workshop I changed the code to be able to only append a new post to the data file instead of reading all of it, parsing, adding to the...