React Image Upload
Medium post that details this repo
Getting Started
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
To run this project you need a Cloudinary account.
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!
Issues
Something not working? Please open an issue