Skip to content

imranhsayed/file-uploads-aws-react-node

Repository files navigation

File Uploads on AWS Bucket

Description 📋

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

File Upload 💻

Use 👉

Update your AWS accessKeyId, secretAccessKey and Bucket name in ./routes/api/profile.js

const s3 = new aws.S3({
	accessKeyId: 'xxx',
	secretAccessKey: 'xxx',
	Bucket: 'yourbucketname'
});

Installation Instructions 🔧

  1. Clone the repo using git clone https://github.com/imranhsayed/file-uploads-aws-react-node
  2. cd file-uploads-aws-react-node
  3. npm install
  4. cd client
  5. npm install
  6. cd ..
  7. npm run dev

Built With ⚡

  1. Node
  2. Express
  3. React
  4. Create React App

Tutorial Videos 📹

Useful Links 🔗

License

License