file-uploads-aws-react-node
file-uploads-aws-react-node copied to clipboard
:open_file_folder: A react node and express js project to upload files on amazon web services ( AWS )
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:
- 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
Built With :zap:
- Node
- Express
- React
- Create React App