2
0 Comments

What is the best way to store photos with MERN(Mongo, Express, React, Node) stack?

Hi everyone,

My website(https://nosebuttr.com) requires me to use a large number of product images that I acquire by scraping source URLs from other websites. I currently just store the src that I scrape in mongo then use it directly on my website. This has been causing me problems recently because the websites will commonly remove or change the images forcing me to re-scrape the site to update my images. What is the best way to download and host the images that will be easy to implement? As I mentioned above I am running MERN stack and I am hosting on AWS Amplify and Heroku.

Thanks in advance

on September 16, 2020