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. Best way to store images in MERN stack web application

    Jun 13, 2020 · I am building a web application using the MERN stack (MongoDB, Express Server, ReactJS front end and NodeJS back end) and was wondering some good ways to store …

  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. 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

  5. Real-time notification feature in MERN stack

    Dec 24, 2022 · If it doesn't have to be so real-time (i.e. receiving notifications 1 minute after somebody liked the post is okay), you could also try (long)polling. However, since post-like …

  6. 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

  7. How to send FormData in MERN Stack project with TS

    Mar 5, 2022 · I'm trying to send FormData to my backend but when I console.log the req.body it's empty object and I don't know why. Here is my frontend request: const createProduct = (e: …

  8. reactjs - Handling Form Data and User Registration in MERN Stack ...

    Jul 21, 2024 · I am working on a MERN stack application and I'm having trouble registering a new user. I have a form on the frontend that collects user data and sends it to the backend. The …

  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. node.js - What is the best way to fetch data realtime in a Mern ...

    Dec 5, 2021 · What is the best way to fetch data realtime in a Mern Application? Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 1k times