The basic sample uploads local image to Cloudinary using multer and cloudinary, the sample uploads the image directly to your cloudinary media library.
- 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. - Run
npm install
in project back-end directory to bring all the required modules. - Run the sample using
npm start
to start the server. - Run
npm install
in project front-end/cloudinary-image-management directory to bring all the required modules. - run
npm run sever
to start server - Using postman for upload a new image