What is the best way to store the images for the website the uses MERN stack . Is it on the server, DB, or cloud? – Reactjs
The backend is built with node js and the frontend React. The number of images is not very low not very high. Should I store the images in the database (MongoDB)? , on the cloud like Amazon?, or in the…