This tutorial teaches you how to create video overlays using Cloudinary.
POST /upload
Contributions are always welcome!
To deploy this project run
npm run dev
To run this project, you will need to add the following environment variables to your .env file
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
Install project with npm
npm i
If you have any feedback, please reach out to me at [email protected]
Clone the project
git clone https://github.com/Babajide777/cloudinary-overlay.git
Go to the project directory
cd cloudinary-overlay
Install dependencies
npm i
Start the server
npm run dev
Client: Postman
Server: ExpressJS, NodeJs