About 6,920,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. 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) …

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

  6. MERN STACK Failed to load resource: …

    Nov 24, 2019 · I have been googling and cannot find a solution to my issue. I AM NEW to the MERN stack, mostly do front end stuff. This project is created using MongoDB ATLAS, React, …

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

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

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

  10. reactjs - How to control user role on Front-end React JS - MERN ...

    Jan 28, 2020 · MERN APP (MongoDB, Express, ReactJS, NodeJS) - on back-end i control the logged user with token and give access to user based on role. Question is: How to control role …