/file-uploads-aws-react-node

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

Primary LanguageJavaScript

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 🔧

  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