discombobulateme / webdoc

An interactive web documentary application about Brazilian base jumping history
0 stars 0 forks source link

Add multer lib for image upload #19

Open discombobulateme opened 4 years ago

discombobulateme commented 4 years ago

Description

Use the multer library for uploads, and if you want you can keep them on your servers

Best scenario is to upload them to a cloud storage like AWS S3, or google cloud storage, and then just save the url of the image in the database

Questions:

  1. Where should images be stored?
  2. Should use a image resizer to limit size?

Acceptance criteria

  1. Should enable user to upload image