Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

📂 A react node and express js project to upload files on amazon web services ( AWS )

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.