Steps to Setup & Configure MEAN Stack on Ubuntu 20.04 LTS

Hello, here we are discussing about for MEAN Stack. MEAN Stack is a free,open-source &  JavaScript application. MEAN stands for MongoDB, Express, Angular & Node.js. It is used for developing back end & front end application. MongoDB,Express & Node.js are used for back end development & Angular is used for front end development. There are …

Steps to Setup MERN Stack on Ubuntu 20.04 LTS

Hello, In this blog we are going to discuss MERN Stack on Ubuntu. MERN is a package of JavaScript technologies that is more suitable for building dynamic JS applications. MERN Stack stands for: MongoDB, Express, React, and Node. MongoDB: It is an open-source and most widely used NoSQL & object-oriented database technology.It is used for …

How to Install & configure MongoDB on Ubuntu 20.04.

MongoDB is a free & open-source document-oriented database program. MongoDB belongs to NoSQL database. It stores data in JSON format. We can easily add or change fields. Install MongoDB on Ubuntu Update the system. apt-get update Install the required packages. apt-get install dirmngr gnupg apt-transport-https ca-certificates apt-get install software-properties-common Import & Add the Repo & key. wget …