02 - Mongoose


// here, we have installed Mongoose npm package,
    npm i mongoose

// See in below index.js file on how we 
// can use and work with Mongoose,
index.js