About 8,730,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. 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 …

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

  4. How to deploy MERN stack to a hosting service?

    Feb 24, 2019 · Your question: How to deploy Mern Stack to a hosting service? There are many options to deploy any nodejs based app but shared hosting is not an option. Use a service like …

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

  7. how can I set and access cookies in mern stack

    Apr 15, 2022 · i am trying to set and access cookies in mern stack where i used express js. I tried to store the jwt token in cookies, while testing api in thunder client the token was stored in …

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

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

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