hrishikeshpaul/noq

Use imgur to implement uploading of photos

Closed this issue · 0 comments

The user should be able to upload profile photos or photos of the company. For this, use the imgur API to store images.

  1. From the front end, send a base64 image.
  2. Send this base64 image across to the imgur API
  3. Get the URL of the stored image and then push this URL in that user's object in the database.
  4. Make the front end's profile div take the stored image.