WeizhenW / File-upload-AWS-S3

file uploading with React/Node.js and save to aws s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple file uploading component

  • front end: React - using HTML native file uploader

  • back end: Node.js

  • database: PostgreSQL

  • cloud storage: aws s3

Run the code:

  • clone/download
  • run npm install
  • create a .env file with the following information:
key=YOUR AWS S3 KEY
secret=YOUR AWS S3 SECRET
bucket_name=YOUR AWS BUKECT NAME

About

file uploading with React/Node.js and save to aws s3


Languages

Language:JavaScript 85.3%Language:HTML 9.0%Language:CSS 5.7%