DEV Community

Discussion on: My very first personnal project 🥳

Collapse
 
killianfrappartdev profile image
Killian Frappart

Thank you for your feedback, I really appreciate you take from your time to help me improve !

I was actually kind of lost about how to store my images, at the moment I am simply storing images'URL as a string in the database. I am really considering learning how to use AWS.

You are 100% right on this point, I should really be more careful with my sensitive information and I'll fix that right now 😁

Collapse
 
matveyclark profile image
Matthew Clark

No problem at all 💪

I guess if its just a string in the database, thats not an issue. But then customers don't have the option to upload their own image of the product directly to your web app. If you would ever want to implement this functionality then its worth considering some cloud storage for your images 👍

Happy coding!