i'm having issues calling the database content(images) in my react component. Any help in how to call it?
I've been trying to upload pictures on my App, but i want to upload the pictures from the database and call them in the front end (react component) .
What i did was create the MERN App and created my mongoose model schema & it's route, also i created the database collection and connected my backend to the database.