You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we are using a default image for all the products. This does not align with the proper features of an e-commerce platform.
Describe the solution you'd like
An option to upload the image should be added on the seller side. The images will be uploaded onto Cloudinary and the cloudinary URL should be stored in the database as a string data type.
Is your feature request related to a problem? Please describe.
Currently, we are using a default image for all the products. This does not align with the proper features of an e-commerce platform.
Describe the solution you'd like
An option to upload the image should be added on the seller side. The images will be uploaded onto Cloudinary and the cloudinary URL should be stored in the database as a string data type.
The documentation below explains the guide to use Cloudinary with NodeJS
https://cloudinary.com/documentation/node_integration
Additional context
The credentials for Cloudinary like secret key, client id should be saved as an environment variable.
The text was updated successfully, but these errors were encountered: