/react-multiple-files-upload

React Multiple Files - In this tutorial, learn how to upload a multiple image files in the MongoDB database using the Node and Express server.

Primary LanguageJavaScript

ReactMultipleFilesUpload

React Multiple Files - In this tutorial, learn how to upload a multiple image files in the MongoDB database using the Node and Express server

Step by Step Tutorial

React Multiple Files Upload with Node/Express Tutorial

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it on the browser.

Start Node Server

  • Get inside the backend folder
  • Run npm install to install required packages
  • Open terminal run nodemon
  • Open other terminal run mongod

Open API URL on http://localhost:4000/api# react-multiple-files-upload