About 13,500,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 deploying on …

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

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

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

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

  6. 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 table may contain a …

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

    Oct 6, 2022 · 0 I am thinking of adding python scripts for some data analysis but I am using a MERN stack for my application. An example of what I am thinking- My python script will do some data …

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

  9. node.js - What is the best way to fetch data realtime in a Mern ...

    Dec 5, 2021 · What is the best way to fetch data realtime in a Mern Application? Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 1k times

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