MERN Stack Introduction
Muhammad Raees Riaz
Senior Software Engineer at Punjab Information Technology Board (PITB)
MERN Stands for MongoDB , Express , React ,Node after the four key technologies that make up the stack that is used for easier and faster deployment of full stack web applications
React
A client-side browser library which allows you to build highly reactive user interfaces
Node
A server-side runtime environment to execute JS on the server side
Express
A Node framework which simplifies writing server-side code & logic
Express is for Node, what Laravel would be for PHP
MongoDB
A NOSQL Database which stores "Documents" in "Collection" (Instead of "Record" in "Table" )
MERN - BIG PICTURE