Claudinary
Image uploading
Last updated
Image uploading
Last updated
For image uploading, We are using Cloudinary service, whichi is Free, by following these steps to retrieve your NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME, NEXT_PUBLIC_CLOUDINARY_API_KEY and CLOUDINARY_SECRET
If you don't already have a Cloudinary account, sign up at .
Once you've signed up, log in to your Cloudinary account.
After logging in, you will be directed to your Cloudinary Dashboard. Here, you can find your account details, including the necessary API credentials.
Cloud Name: This is your unique identifier in Cloudinary. You can find it in the Dashboard under the Account Details section or the Cloudinary Console. Copy the value labeled as Cloud Name.
API Key: This key is used to authenticate your API requests. It's also found in the Account Details section or the Cloudinary Console. Copy the value labeled as API Key.
API Secret: This is a sensitive key used to sign API requests. It’s available in the same section as the API Key. Be sure to keep this key secure. Copy the value labeled as API Secret.
Store these credentials securely in your project's .env
file