git clone https://github.com/funador/react-image-upload.git
cd react-image-upload/client
npm i && npm start
// open new terminal
cd react-image-upload/server
npm i && npm run dev
You can sign up with Cloudinary here. Afterwards you will need to plug your keys into a .env file that needs to be created as well.
// server/.env
CLOUD_NAME=your_cloud_name
API_KEY=your_cloud_key
API_SECRET=your_cloud_secret
But that is it for the setup!
Something not working? Please open an issue