JULIERAJ / KIDS-FIRST-Back

KIDS FIRST 2024 MVP Backend
0 stars 1 forks source link

Feat/52/set up multer and cloudinary #76

Closed nandini92 closed 2 months ago

nandini92 commented 2 months ago

One Line Description

Set up multer and cloudinary in backend

Requirements

Set up multer and cloudinary in backend to handle uploading images and pdf files shared through messaging app to album service.

Notes

Messaging app and album service has not been built so integration is out of scope. PR is only to setup multer and cloudinary services. Integration will be done separately once requirements for messaging service and album service is provided.

Test Steps

Can only be tested with postman.

Testing Instructions for Postman

Setup request as follows. Endpoint should be in the following format: http://localhost:8000/api/v1/uploadFiles/

image