Similar to the previous chapter, to follow along with this chapter, you need the following installed locally:
- Node.js (>= v7.6.0) and NPM: You can find download and installation instructions for this on the Node.js official website.
- MongoDB: This is one of the most popular NoSQL databases in the world. It is open source, and you can find download instructions on its official website (https://www.mongodb.com/) as well.
If you use macOS, you can make use of the Homebrew package manager to install Node.js and MongoDB easily.
If you use macOS, you can make use of the Homebrew package manager to install Node.js and MongoDB easily.
The code files of this chapter can be found on GitHub:
https://github.com/PacktPublishing/Server-Side-development-with-Node.js-and-Koa.js-Quick-Start-Guide/tree/master/Chapter06
Check out the following video to see the code...