I would like to know what is the best way of handling images. I have managed to bring in JSON files from MongoDB via Graphql and it works fine. I am having a problem figuring out how to work with images.
Is there any tutorial that can help with uploading images to S3 using API and saving the details into MongoDB so that when I query from Mongo, I am able to get a URL back and use a GET to retrieve the Image from AWS S3.
New to Programming Please make it simple for me.