Gabut bang buat Image ke CDN hehe
- Clone my Github
git clone https://github.com/AkihikoIzuru/image-to-cdn.git
- Install node modules, Cloudinary SDK
npm init -y
npm install cloudinary multer express
- Set up your Cloudinary credentials
Sign up for a free account at Cloudinary. Retrieve your cloud name, API key, and API secret and change your cloud name, API key, and API secret in server.js.
- Run your server:
node server.js