Need a way to upload the profile pictures on Mongo
Upload with or without GraphQL?
Possible solutions:
a. With GraphQL: store image on another server over a CDN (S3, Cludinary) and user GraphQL to save URL
b. Without GraphQL: simple node.js or using GridFS
Need a way to upload the profile pictures on Mongo
@Burbon13 Any other ideas?