Given that you have created your own project using `npm init` we install the mongodb driver and it's dependencies by executing the following `NPM` command.
npm install mongodb --save
This will download the MongoDB driver and add a dependency entry in your `package.json` file.