- Node.js & npm
- Download Node.js from https://nodejs.org/en/download/ and install it on your system. NPM comes bundled with Node.js
- Now check the version if everything is installed nicely like open the
command prompt
and runnode -v
npm -v
if you get any number then everything is just fine.
- Cloudinary
- Go to Cloudinary and create an account.
- PostgreSQL
- Download and install PostgreSQL with PGAdmin.