In this blog, we’ll be building a CRUD App with Node.js, Express, and MongoDB. CRUD is an acronym for Create, Read, Update and Delete. We will use Mongoose for interacting with the MongoDB instance. We'll heavily use ES6 features like let, const, arrow functions, promises.
Table of contents
Step 1: Creating the ApplicationStep 2: Install dependenciesStep 3: Configuring and Connecting to the databaseStep 4: Create Mongoose ModelStep 5: Create the ControllerStep 6: Define RoutesSort: