File Uploads Aws React Node Save

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

Project README

File Uploads on AWS Bucket

Description :clipboard:

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 :computer:

Use :point_right:

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 :wrench:

  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 :zap:

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

Tutorial Videos :video_camera:

License

License

Open Source Agenda is not affiliated with "File Uploads Aws React Node" Project. README Source: imranhsayed/file-uploads-aws-react-node

Open Source Agenda Badge

Open Source Agenda Rating