adrianhajdin / project_ai_mern_image_generation

Build and Deploy a Full Stack MERN AI Image Generation App MidJourney & DALL E Clone
https://jsmastery.pro
1.09k stars 303 forks source link

Redundant Connection to MongoDB Atlas instance? #25

Closed KingJulius closed 1 year ago

KingJulius commented 1 year ago

Since we are not storing the images along with its relevant data in the MongoDB Atlas instance and instead storing them using the cloudinary service, isn't the connection to the MongoDB instance redundant as cloudinary acts as the database in this case?