Demo App for Single and Multiple File Uploads on AWS ( Amazon Web Services ) Bucket
******* PLEASE STAR MY REPO TO SUPPORT ME 🙏 ******
Please follow me 🙏 on twitter and github
Update your AWS accessKeyId, secretAccessKey and Bucket name in ./routes/api/profile.js
const s3 = new aws.S3({
	accessKeyId: 'xxx',
	secretAccessKey: 'xxx',
	Bucket: 'yourbucketname'
});- Clone the repo using git clone https://github.com/imranhsayed/file-uploads-aws-react-node
- cd file-uploads-aws-react-node
- npm install
- cd client
- npm install
- cd ..
- npm run dev
- Node
- Express
- React
- Create React App

