Pergunta de entrevista da empresa Rahul Industries

Can you explain how you would structure a full-stack application using the MERN stack, and describe how data flows between MongoDB, Express, React, and Node.js?"

Resposta da entrevista

Sigiloso

17 de out. de 2024

In a MERN stack application: React (Frontend) makes API calls to the backend. Node.js with Express (Backend) handles the API requests and routes. MongoDB (Database) stores and manages the data. Data flows from React (user request) → Express (processing) → MongoDB (data retrieval) and returns data back to React for UI updates.