Content is based on several courses:
- "Building a Website with Node.js and Express.js" taught by Ray Villalobos
- "Express Essential Training" taught by Emmanuel Henri
- Introduction to NodeJS on edX.org
- Server-side Development with NodeJS, Express and MongoDB on coursera.org
- freeCodeCamp
- res.send('Any text')
- res.sendFile(pathtofile)
- res.json(pathtoJSONfile)