upes-open / OSoC-Lost-And-Found-WebApp

A webapp for the university that will ease the process of retrieving lost items. It is a big problem when you lose valuable items, and in that scenario, it becomes helpful if you are able to see through a list of items found lately, and luckily, if you do find your item there, then you save a lot of time and sweat. So what are you waiting for?
https://osoc-lost-and-found-webapp.netlify.app/
15 stars 19 forks source link

Integrate Cloudinary SDK onto the project for Images #83

Open rohin079 opened 1 year ago

rohin079 commented 1 year ago

Currently all the images from lost Item and found Item forms are being stored in local storage of the project. We need to implement Cloudinary SDK so that whenever any image is to be stored after submitting the form it is stored in Cloudinary storage and the reference of that Image is stored in the MongoDB database along with other stored form data.

aakshitaa commented 1 year ago

Sure go ahead @rohin079