Node.js

mongoDB

How to connect the MongoDB database with Node.js & store data?

First, we must know ‘What is MongoDB and nodeJS’. We also use Express. Express is a framework for NodeJS. Set up 1. Install Node.js First, ensure that you have a supported version of Node.js installed. For this project, I’ve used Node.js 14.15.4. You can check the MongoDB compatibility docs for more information on which version …

How to connect the MongoDB database with Node.js & store data? Read More »

Why I use JS.

Nowadays, JS is the most popular and friendly language ever. I use JS as my mainstream language. Let’s find out… WHY?? 1. EASY to Write: You can write code really fast in js. Not to need a headache with this. Its very simple to declare a variable. Like… var x = 10; var x = \’Hellow World\’; var …

Why I use JS. Read More »