You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for uploading of images. Keep our use-cases in mind. We may need to be able to upload multiple images.
- Sign up to Amazon S3/ Cloudinary and set it up. Feel free to create a new gmail account for the team if you do not want to use your personal account.
-*Do not commit api key to repo. Share on Slack if you need to share it across the team*
- Create a route for image upload
- save to storage and retrieve the url to save onto your database where appropriate
Allow for uploading of images. Keep our use-cases in mind. We may need to be able to upload multiple images.
- Sign up to Amazon S3/ Cloudinary and set it up. Feel free to create a new gmail account for the team if you do not want to use your personal account.
-*Do not commit api key to repo. Share on Slack if you need to share it across the team*
- Create a route for image upload
- save to storage and retrieve the url to save onto your database where appropriate
If using Node.js, consider using https://www.npmjs.com/package/multer
The text was updated successfully, but these errors were encountered: