Node.js & Express.js Series | Chapter 9 | MongoDB Installation

To proceed with creating an API we need a database in which we can perform the CRUD operations i.e., CREATE, READ, UPDATE & DELETE (CRUD), using an API. And for this, we will first install MongoDB as our database.

Let’s understand about it in detail…