Skip to content

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

Notifications You must be signed in to change notification settings

HungTrinhIT/upload-image-cloudinary

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published