Skip to main content

MERN Stack Development

 

What is the MERN Stack ?

 MERN stands for MongoDB, Express, React, Node
  • MongoDB - document database
  • Express(.js) - Node.js web framework
  • React(.js) - a client-side JavaScript framework
  • Node(.js) - the premier JavaScript web server 


MongoDB Database Tier :

MongoDB is a NoSQL database where each record is a document comprising of key-value pairs that are similar to JSON (JavaScript Object Notation) objects. MongoDB is flexible and allows its users to create schema, databases, tables, etc. Documents that are identifiable by a primary key make up the basic unit of MongoDB. Once MongoDB is installed, users can make use of Mongo shell as well. Mongo shell provides a JavaScript interface through which the users can interact and carry out operations (eg: querying, updating records, deleting records) . 



Comments

Popular posts from this blog

Top 10 Programming Languages 2022

  1 . Python Python is widely regarded as a programming language that’s easy to learn, due to its simple syntax , a large library of standards of toolkits,  and integration with other popular programming languages such as C and C++. In fact, it’s the first language that students learn in the Align program, Gorton says. “You can cover a lot of computer science concepts quickly, and it’s relatively easy to build on.” It is a popular pr ogramming language, especially among startups, and therefore Python skills are in high demand. 2 . JavaScript JavaScript is the most popular programming language for building interactive websites; “virtually everyone is using it,” Gorton says. When combined with Node.js, programmers can use JavaScript to produce web content on the server before a page is sent to the browser, which can be used to build games and communication applications that run directly in the browser. A wide variety of add-ons extend the functionality of JavaScript as well. 3 . Java Jav