About 50 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. node.js - Mongo DB connection Failing - MERN - Stack Overflow

    Sep 11, 2023 · Mongo DB connection Failing - MERN Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 218 times

  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 vercel, heroku …

  5. What type of architecture/design pattern does MERN follow?

    I am a part of a project that is using the MERN stack and need info on how to structure my system architecture diagram. I am unsure whether MERN is a MVC, layered, client-server, or other …

  6. 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, 9 months ago Modified 4 years, 1 month ago Viewed 3k times

  7. reactjs - Handling Form Data and User Registration in MERN Stack ...

    Jul 21, 2024 · I am working on a MERN stack application and I'm having trouble registering a new user. I have a form on the frontend that collects user data and sends it to the backend. The form data …

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

    Oct 6, 2022 · Therefore you want to migrate this to MERN Stack or call the Python API via your MERN application. There are several things you can do to work with this, but those two might be the …

  9. how to validate an input from the front end , in the backend - MERN

    Oct 17, 2021 · how to validate an input from the front end , in the backend - MERN Ask Question Asked 4 years, 5 months ago Modified 4 years, 5 months ago

  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 …