Skip to main content

Cloudinary Setup

We use Cloudinary to store and distribute images for our platform.

Cloudinary Keys

  • Then open the backend code in VS code and go to .env file, then go to Cloudinary section and place the keys in their respected fields.
.env
# Cloudinary
CLOUDINARY_CLOUD_NAME="***********"
CLOUDINARY_API_KEY="***************"
CLOUDINARY_API_SECRET="********************"