node-photo-album-cloudinary

Getting Started

git clone https://github.com/williamrmyers/node-photo-album-cloudinary/
cd node-photo-album-cloudinary/
npm i

Add a file called .env to the root directory and add the below contents including your cloudinary URL.

PORT=9000
CLOUDINARY_URL=cloudinary://xxxx

Start the App

npm start