Best place to host 1000+ images for an app. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best place to host 1000+ images for an app.

I'm building an app that needs images of grocery store products, in wondering if there is a good place I can store and access the images? Would imgur be fine?

28th Apr 2019, 1:25 AM
Sam Stoltenberg
Sam Stoltenberg - avatar
3 Answers
+ 6
If I were you, I'd host it yourself locally. But maybe you could try Google drive or another data hoster. If you do Imgur they have the right to remove it.
28th Apr 2019, 1:40 AM
Ahri Fox
Ahri Fox - avatar
+ 1
How would I go about hosting it myself? Flask webserver pointing images as a url like. www.x.com/upc Would I have to buy a domain name to do that?
28th Apr 2019, 1:46 AM
Sam Stoltenberg
Sam Stoltenberg - avatar
- 1
If you are running it locally to be assessed only on your computers then localhost (with appropriate setup) can do fine. Otherwise, get one. Devices outside your control can access it, plus you can encrypt your traffic--which safeguards against most MITM attacks.
28th Apr 2019, 2:43 AM
Lord Krishna
Lord Krishna - avatar