- 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 PostgreSQL/PGAdmin.
- Create Cloudinary Account And Follow the below screenshots.


1. https://api.cloudinary.com/v1_1/cloud-name/image/upload
Now from the application root directory, open the next.config.js
file using your code editor and update it like the below-
CLOUDINARY_URL: "https://api.cloudinary.com......",