Skip to content

crops the selected image into four different sizes and uploads into cloud

Notifications You must be signed in to change notification settings

NaveenChand755/ImageUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started


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

"# ImageUpload"

About

crops the selected image into four different sizes and uploads into cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published