Overview:
This is a demo application designed for single and multiple file uploads on an Amazon Web Services (AWS) bucket. The project provides instructions on setting up the AWS bucket and customizing the profile.js file for AWS access credentials and bucket name.
Features:
- Single and Multiple File Uploads: Supports uploads of single and multiple files to an AWS bucket.
- Customizable Profile.js File: Easy configuration by updating AWS accessKeyId, secretAccessKey, and Bucket name in the profile.js file.
- Tutorial Videos: Access tutorial videos for creating an AWS bucket, single file upload on AWS, and multiple file uploads on AWS.
- MIT License: The project is licensed under the MIT license for open-source use.
Installation:
- Clone the repository using:
git clone https://github.com/imranhsayed/file-uploads-aws-react-node
- Navigate to the project directory:
cd file-uploads-aws-react-node
- Install dependencies:
npm install
- Move to the client directory and install client dependencies:
cd client
npm install
- Return to the main directory:
cd ..
- Start the development server:
npm run dev
Summary:
The File Uploads on AWS Bucket demo application provides a simple solution for uploading single and multiple files to an AWS bucket. With easy configuration settings and access to tutorial videos, users can quickly set up and utilize this application for their file upload needs. The project is open-source under the MIT license, allowing for flexibility in usage and modification.