Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.02 KB

Cloudinary Image upload with Node.js multer and ReactJS

Basic sample

The basic sample uploads local image to Cloudinary using multer and cloudinary, the sample uploads the image directly to your cloudinary media library.

Setting up

  1. Before running the sample, copy the Environment variable configuration parameters from Cloudinary's Management Console of your account into backend/routes/index.js file of the project.
  2. Run npm install in project back-end directory to bring all the required modules.
  3. Run the sample using npm start to start the server.
  4. Run npm install in project front-end/cloudinary-image-management directory to bring all the required modules.
  5. run npm run sever to start server
  6. Using postman for upload a new image

Additional resources

Author Harry Trinh