MERN STACK
MERN Stack MERN Stack: MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack consists of four(4) technologies namely: MongoDB , Express , React and Node.js. It is designed and created yo make the development work more creative,constructive and productive. MERN STACK aids in working with real time project and end-to-end projects. Its one of the core domain of Web Development. Getting started: First, create a new project folder. Then go to the project folder in command prompt/terminal and type below command to initialize a package.json file. (Make sure npm is installed) npm init A normal package.json file looks like this: Note: Based on your requirements, you can install modules(by typing in npm install module_name –save ) which will show up in package.json file. Getting to know MERN Stack components: MongoDB: Cross-platform Document-Oriented Database MongoDB is a NoSQL databa