mohamedGamalAbuGalala / node-react-aws-signed-upload

Very silly app do all what you need to add (s3 upload) for any file type in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-react-aws-signed-upload

Very silly app do all what you need to add (s3 upload) for any file type in your app

setup

  • clone the repo

setup server

  • In the root folder run yarn install || npm install
  • Run yarn start || npm start
  • Copy .env.example to your local .env file and add your private aws s3 credentials
  • Now your server is running in your specified port

setup react app

  • Navigate to sample-image-upload/
  • Run yarn install || npm install
  • Run yarn start || npm start

Prerequisites

You need to setup your s3 server(This include setup Cors and public access level) Try search how to do it, its very simple and many articles touches it out there.

About

Very silly app do all what you need to add (s3 upload) for any file type in your app


Languages

Language:JavaScript 60.9%Language:HTML 39.1%