File Uploads on AWS Bucket
Description 📋
Demo App for Single and Multiple File Uploads on AWS ( Amazon Web Services ) Bucket
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 🔧
- 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 âš¡
- Node
- Express
- React
- Create React App