Pankaj Sharmapankajsharma.hashnode.dev·Jun 11, 2024How To Build MERN Stack Application?Introduction The MERN stack, comprising MongoDB, Express.js, React.js, and Node.js, stands as a leading choice for developing dynamic and robust web applications. MongoDB serves as the NoSQL database, Express.js handles server-side operations, React....MERN Stack
Pankaj Sharmapankajsharma.hashnode.dev·May 18, 2024How To Use MySQL With MERN?Introduction The MERN stack, comprising MongoDB, Express.js, React, and Node.js, is a popular choice for building dynamic web applications. However, you may prefer using a relational database like MySQL instead of MongoDB for its robust querying capa...266 readsMySQL With MERN
Babar Ali14babarali.hashnode.dev·Apr 17, 2024Organizing Your MERN Stack Backend Project: Best PracticesWhen building a MERN (MongoDB, Express.js, React.js, Node.js) stack application, organizing your backend codebase efficiently is crucial for scalability, maintainability, and collaboration. In this article, we'll explore best practices for organizing...1 like#MERNStack