Published by Ram Karan on June 2023
The MERN Stack is a JavaScript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier.
MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.
Express.js, or simply Express, is a back end web application framework for Node.js. It is designed for building web applications and APIs. It is the de facto standard server framework for Node.js.
React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces or UI components.
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
Building an application using this stack involves the following steps:
In the next articles, we will look at each of these steps in detail.
Author:
Ram Karan
MERN Stack Developer