- Install Node.js
- NodeJS works as a node package manager behind the scene. It is recommended to download and install the latest version of Node.js.
- Install WAMP for MySQL/PHPMyAdmin.
- Create Cloudinary Account And Follow the below screenshots.


1. https://api.cloudinary.com/v1_1/cloud-name/image/upload
2. https://api.cloudinary.com/v1_1/cloud-name/video/upload
- Create Stripe Account.
Now from the application root directory, open the next.config.js
file using your code editor and update like below-
CLOUDINARY_URL: "https://api.cloudinary.com......",
CLOUDINARY_VIDEO_URL: "https://api.cloudinary.com......",
STRIPE_SECRET_KEY: "sk_test_3D..........",
STRIPE_PUBLISHABLE_KEY: "pk_test_Zy........"