Skip to content

kzdev420/react-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

React Image Upload

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

About

This is react file upload sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published