RealDevSquad / RealDevSquad/website-backend
Image Upload service
Open
@prakashchoudhary07 is already working on this.
Since Apr 25, 2021.
feature task
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
- What should the endpoint of the image be
- How is it to be stored in the user collection
user.img = { publicId: Image_name_in_cloudinary, URL: link_to_image_in_cloudinary }- or
user.img = link_to_image_in_cloudinary
- Limit of the image file
- Should it user form data or convert the image into base64 the post
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.