CatrinaB / SocAs

Bachelor's Thesis - Social Network for Disabled People
1 stars 0 forks source link

Upload pictures #17

Open CatrinaB opened 4 years ago

CatrinaB commented 4 years ago

Need a way to upload the profile pictures on Mongo

  1. Upload with or without GraphQL?
  2. 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

@Burbon13 Any other ideas?

Burbon13 commented 4 years ago

I think solution b. with simple node.js would be the fastest :> 👯‍♀️

I say to go with that one!