NodeJS and MongoDB : Basic CRUD Rest API

In this tutorial, I will share how to create a simple To Do Application using NodeJS Rest API. We will perform the CRUD operation using MongoDB for our database. We also will be using mongoose, a javascript library to make us easier to work with MongoDB. Installing MongoDB Go to https://www.mongodb.com/ and choose Product – Software Read more about NodeJS and MongoDB : Basic CRUD Rest API[…]