About 6,040,000 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. 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 …

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

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

  5. How can I solve the Access-Control-Allow-Origin CORS error in my …

    Apr 21, 2021 · Setting Access-Control-Allow-Origin to * is very risky and not recommended. It means that you are allowing any origin to receive a response back from your server. removing …

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

  7. 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, 5 months ago Modified 3 years, 9 months ago Viewed 3k times

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

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

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

    Mar 5, 2022 · How to send FormData in MERN Stack project with TS Asked 3 years, 8 months ago Modified 3 years, 8 months ago Viewed 865 times