shoonyatech / frontend.social

Frontend Social website
https://www.frontend.social
MIT License
11 stars 19 forks source link

Profile: ability to change photo #181

Closed souvikbasu closed 4 years ago

souvikbasu commented 4 years ago

First need to setup a cloud bucket to store photo images

souvikbasu commented 4 years ago

We will use cloudinary to store user profile images. They have a Vue SDK to integrate to our site. As part of this issue, the user should be able to click on their image in the profile page and upload a new image. The changed image will be stored in cloudinary and its url will be stored in database through the current profile api