Skip to content

πŸ“‚ A react node and express js project to upload files on amazon web services ( AWS )

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published