Skip to content

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

Notifications You must be signed in to change notification settings

mohamedGamalAbuGalala/node-react-aws-signed-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published