Skip to content

cloudinary/product-customization-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Customization Sample App

This project is Cloudinary's Product Customization Sample App The sample covers the following use cases:

Getting Started

  1. Clone the project.

  2. Set up an upload preset: Upload presets enable you to centrally define a set of asset upload options instead of specifying them in each upload call. The upload preset is used for unsigned uploads when using the upload widget. For more information, see Upload Presets.

    • Log into your Management Console and select Settings > Upload and then scroll to the Upload presets section.

    • Create a new upload preset by clicking Add upload preset at the bottom of the upload preset list.

    • Set the Signing mode to unsigned and save the upload preset.

    • In your cloned project, navigate to src/config/cloudConfig.js and set your cloud name and upload preset name in the cloudName and uploadPreset variables respectively.

  3. Set up a server environment variable: To use the Node SDK you need to set up your environment variable.

    • Copy the API Environment variable from your Management Console
      into the .env file of your project or export it (i.e. export CLOUDINARY_URL=xxx).
  4. Run npm install.

  5. Run npm start.

NOTE: The Media Editing Widget is fully configurable. Please visit our documentation for more information.

Über uns

No description or website provided.

Topics

Ressourcen

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published