About 50 results
Open links in new tab
  1. How to organise file structure of backend and frontend in MERN

    Jul 2, 2018 · The most basic structure would be to have a root folder that contains frontend and backend folders. Since you're talking about the MERN stack, you would have a package.json …

  2. Newest 'mern' Questions - Stack Overflow

    Jul 11, 2017 · A MERN (an initialism for MongoDB, Express, React, NodeJS) stack can be implemented just as a LAMP stack is implemented, with or without a specific framework or …

  3. How to deploy MERN project on Hostinger (web hosting)

    Mar 8, 2024 · I am new to web development and I have a Developed MERN web application which I want to deploy on my hostinger (web hosting). I cannot find any tutorial which teaches …

  4. 404 Error When Accessing Any Endpoint on MERN App Hosted on …

    Jan 28, 2025 · I just hosted a MERN stack application on Azure and I'm encountering 404s whenever I try to access any endpoint through the server. Locally, I'm able to access the …

  5. How to upload image file in MERN Stack Application with Multer

    Jun 9, 2021 · How to upload image file in MERN Stack Application with Multer Asked 4 years, 7 months ago Modified 3 years, 10 months ago Viewed 3k times

  6. node.js - Mongo DB connection Failing - MERN - Stack Overflow

    Sep 11, 2023 · Mongo DB connection Failing - MERN Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 213 times

  7. Connecting frontend and backend MERN stack

    Apr 12, 2018 · In MERN stack, you do not necessarily have to think of the entire stack as a single entity. Mongo, ReactJS and NodeJS server can all work independently. And let us for …

  8. Different ways of connecting frontend and backend in a MERN …

    Sep 9, 2021 · Now I want to create a simple MERN application and I am not completely sure that I'm aware of all the choices regarding the combination of frontend and backend and which one …

  9. Not able to receive/set cookies in browser from backend in MERN …

    Mar 12, 2021 · I have a MERN app whose backend is hosted on Heroku and frontend on netlify. I am not able to see the cookies in the browser after deploying the app but it works fine on …

  10. How to setup api calls in MERN Stack app (Server Side Rendering)

    Apr 5, 2020 · As you may know in the static MERN App / REST API the server sends data according to the requested routes through the data property, then we get it in the client using …