What is MERN Stack?

0

 what is MERN STACK:

it is a combination of front-end,back-end,middleware and database technology.it is used to create dynamic web application.

it is also called full stack web development based technology to create new era web based application.

NODE js provide better performance and scalable environment to create API and connect with MONGO db database. it is most scalable environment in IT industry.


React is used to design UI using HTML, CSS and JSX.


M--> (Mongo DB) it is NO SQL based database


E --> (Express JS) it is web framework that will work as a middleware between application and database.


R --> (React JS)  it is JS library that is used to create dynamic user interface.


N ---> (NODE JS) it is the runtime environment that provide database operation using javascript with mongodb.


Learning path


1) UI --->  HTML + CSS + JS + REACT JS


2) BACKEND:-  NODE + MONGO DB, MYSQL


3) MIDDLEWARE:  EXPRESS JS


4) REDUX:- it is design pattern to create MERN Stack based application


..............

HTML:-  


It means hypertext markup language, it provide predefine structure, tag element and attribute to design static web page.


it use CSS to advance design and JS to implement dynamic functionality.



Syntax of HTML:-

<html>

<head>

    <title></title>

    <meta>

    <style>

    </style>

    <script>

    </script>

</head>

<body>


</body>

</html>


ram

<ram>

install visual studio code in machine and run this code.



Tags

Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)