Create API Connecting to MongoDB Part 1

Create API Connecting to MongoDB Part 1

In this Artcle i will show you how to create API to connect to Mongo DB  Database step by step. First Create a Folder call  shop-api Anyway you can name the Folder what ever name you wanted   Open Terminal and navigate to the folder ” shop-api ” Initialize Node Package Manager Node Package Manager … Read more

Find Update and Remove Data from MongoDB

Find Update and Remove Data from MongoDB

Find Update and Remove Data from MongoDB Find Update and Remove Data from MongoDB In this Article i will show you how to mess around with MongoDB DataBase Find Update Remove   Finding Data db.product.find({“productName” :”Donut”}) Use the find() method and type in the Keyword and the field data that you want to find Update … Read more

Install MongoDB in windows

Install MongoDB in windows

Install MongoDB in windows   Install MongoDB in windows, In this Article i will guide you through on how to install Mongo DB in Windows? What is Mongo DB ? Mongo is a no sequel database , it works with Documents in Json format , and has an Auto Generation ID for inserted Data.   … Read more