Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Integrate Cloudinary to store product images #31

Open
kailash360 opened this issue Oct 7, 2022 · 2 comments
Open

[Feature] Integrate Cloudinary to store product images #31

kailash360 opened this issue Oct 7, 2022 · 2 comments
Assignees
Labels

Comments

@kailash360
Copy link
Owner

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.

@kailash360 kailash360 added the hard label Oct 7, 2022
@Prasun60
Copy link

@kailash360 I think I can work on this issue can this be assigned to me

@kailash360
Copy link
Owner Author

go ahead @Prasun60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants