About 17,900,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 inside of your …

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

  3. hosting - Can we host MERN stack application (with backend) by using ...

    Oct 29, 2023 · Hosting a MERN stack application is an exciting project. GitHub Pages is fantastic for your front-end (HTML, CSS, JS) but not ideal for the back end. Let me explain how you can handle …

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

  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. MERN Stack - Express and React on same port?

    May 29, 2018 · I'm working on a project with the MERN (MongoDB, Express, React, Node) stack and I'm having issues when posting data from a form within a React component to an API endpoint defined …

  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 when the page …

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

  9. mern - Why did my client folder is not being pushed to github - Stack ...

    So i created a new repository named mern-maps , below i show you guys my folder structure this is how i tried to push my project to newly created repository BUT , when i checked on my github , my client …

  10. reactjs - What should my vercel.json config file to deploy my MERN ...

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