RealDevSquad / RealDevSquad/website-backend

Image Upload service

Open
#305 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.