Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 520 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 520 Bytes

Image CRUD operations using Nodejs, Multer, Cloudinary, MongoDB and React

This project is about performing CRUD (create, read, update, delete) operations on Cloudinary using Nodejs, Express, Multer, MongoDB and React

run this app

  • Clone this repo and run npm install
  • goto client directory and run npm install as well
  • Create .env file at root level and add following variables and assign their values MONGO_URI CLOUDINARY_CLOUD_NAME CLOUDINARY_API_KEY CLOUDINARY_API_SECRET