September 2017
Intermediate to advanced
450 pages
11h 24m
English
To use Mongoose, we will need to install it to our Express application's package.json file:
npm install mongoose --save
Once saved to our package.json file, we can import Mongoose into our Express application in order to communicate with our running MongoDB process.
Read now
Unlock full access