How to add Cloudinary to Strapi CMS for Image/Video uploads
Strapi is an open-source Headless CMS. TL;DR: The demo source code to this article can be found on GitHub. To get started, you need to have the following on your computer: NodeJS v14 + Cloudinary Account Creating a Strapi Project To create a new strapi project, run the following: npx create-strapi-app@latest my-project --quickstart After a successful installation, Strapi will automatically open a new browser for you to create a local account: ...