CUCentralAdvancement / strapi-cms

Headless CMS candidate for potentially multiple apps
MIT License
0 stars 0 forks source link

Asset Uploads #4

Open alexfinnarn opened 4 years ago

alexfinnarn commented 4 years ago

Users can upload assets to the Strapi server, but they get blown away when the container gets blown away. Fine for testing but obviously not for production.

alexfinnarn commented 4 years ago

https://github.com/strapi/strapi/tree/master/packages/strapi-provider-upload-cloudinary

That provider will be the one I try. I'm using a free Heroku dyno now but can move this elsewhere if it's also free or okay to take up some $$ for resources.

Also https://github.com/cloudinary/cloudinary-react seems to be a great way to integrated images on the frontend.