About 527,000 results
Open links in new tab
  1. Usage of React.js, Node.js, and MongoDB in a Project

    Sep 2, 2021 · This article will discuss the usage of react.js, node.js, and MongoDB in a project. These three technologies are the components of MERN architecture. MERN architecture is a 3-tier...

  2. Containerized React Web App with Node.js API and MongoDB

    Apr 16, 2025 · A blueprint for getting a React web app with a Node.js API and a MongoDB database running on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running ...

  3. Building Distributed Systems Application— ReactJS, NodeJS, and MongoDB

    Apr 19, 2022 · In this article, we will first develop microservices then make them communicate with each other using HTTP calls and store the required data in the persistent storage. Below is the architecture diagram of the application. 1. Web Application - ReactJS. 2. Back End Server - NodeJS. 3. Database - MongoDB. 2. NodeJS - 16.13.2. 3. ExpressJS- 4.17.3. 4.

  4. Node.js + Express + MongoDB example: MERN stack CRUD …

    Oct 16, 2023 · Our React.js + Node.js + Express + MongoDB application will follow this architecture: – Node.js Express exports REST APIs & interacts with MongoDB Database using Mongoose ODM. – React Client sends HTTP Requests and retrieves HTTP Responses using Axios , consumes data on the components.

  5. How to Build a Full-Stack Authentication App With React, Express ...

    Jul 5, 2022 · In this article, I will guide you through creating a full-stack authentication application. You will start with the backend which will be built with Express and hosted on Heroku. Then you will finish with the frontend that will be created with React and hosted on Netlify.

  6. Build a Full-Stack App with MongoDB and React | MoldStud

    Mar 17, 2025 · Learn how to build a full-stack application using MongoDB and React with our detailed step-by-step guide. Perfect for developers seeking practical skills. To effectively manage data and enhance user experience, leverage the capabilities of a NoSQL database combined with modern JavaScript libraries.

  7. Building Real-World Web Applications with MongoDB and React

    Feb 16, 2025 · This tutorial will guide you through the process of creating a real-world web application using MongoDB and React, covering the technical background, implementation guide, code examples, best practices, testing, and debugging.

  8. MongoDB and React: A Real-World Example of Full-Stack …

    In this tutorial, we will explore the integration of MongoDB and React for a full-stack development project. MongoDB is a NoSQL database that allows for flexible schema design and high scalability, while React is a popular JavaScript library for building user interfaces.

  9. Building a ReactJS App with GraphQL Middleware and NodeJS-MongoDB

    May 13, 2024 · Namely, what would be the basics of a distributed system: Using a ReactJS frontend app that connects to a GraphQL middleware, which in turn will connect to a NodeJS express app as the backend...

  10. Building Modern Web Applications with MongoDB and React.js

    Sep 13, 2023 · MongoDB and React.js are two powerful tools that, when combined, can help you address these challenges and create robust, feature-rich web applications. In this article, we’ll explore how...

Refresh