Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upload images to Google Cloud Storage and get link to the image #9

Merged
merged 4 commits into from
May 27, 2024

Conversation

peageon
Copy link
Contributor

@peageon peageon commented May 27, 2024

Describe your changes

  • When post is created with image upload, the image is uploaded to Google Cloud Storage and the link to the image is given back to the backend server which is saved to the Post table in the database.

  • Client receives the image url with other post information

Screenshot 2024-05-28 at 1 56 15 AM
  • When image not provided the url is set as null
Screenshot 2024-05-28 at 2 25 29 AM

@peageon peageon merged commit 0035914 into SSOCK:main May 27, 2024
1 check failed
@peageon peageon deleted the dev branch May 27, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant