About 15,800,000 results
Open links in new tab
  1. 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 …

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

  4. reactjs - What should my vercel.json config file to deploy my …

    Jul 20, 2024 · I am trying to deploy my MERN stack on vercel but I can't get much documentation on what the vercel.config file should contain. This is how my Vite (npm create vite@latest) …

  5. My deployed MERN web app work fine on PC but not on mobile

    May 28, 2025 · My web app works fine on the PC but when I try to login on mobile I get error: unauthorized access, i.e, the cookies are not being set. I deployed my backend on render and …

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

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

  7. Real-time notification feature in MERN stack

    Dec 24, 2022 · I am trying to build a web app where users can receive notifications if their posts get likes. This functionality is actually working but the notification component renders only …

  8. How can I Integrate Python Scripts into a MERN stack

    Oct 6, 2022 · Therefore you want to migrate this to MERN Stack or call the Python API via your MERN application. There are several things you can do to work with this, but those two might …

  9. How to connect admin dashboard to a MERN e-commerce app?

    May 14, 2019 · But because you said MERN stack, so I assume your first application is tightly coupled to your backend. If that's the case, you can either: Decouple the backend service as a …

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