What is mongoose?
"Mongoose MongoDB ODM"
mongoose is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 1.9 MB on disk.
Installation Guide
# Install via NPM
npm install mongoose
# Install via Yarn
yarn add mongoose