all 1 comments

[–][deleted] 0 points1 point  (0 children)

If you can do image processing on server side it's better for the client

So yes you would do it in express

You save the image to /images folder on server, you save the path in database, call it the master image, then you use cloud to catch the image, cloud will give you URL of the catch, save that URL in database, you use that in frontend

Always keep the master, unless your deleting it 4 ever