Skip to content

emrehoumi/spring-s3-reactjs-file-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot + React + Amazon S3

Application Architecture: -> Springboot Java backend application -> Spiringboot Rest API's used to communicate with front end. -> React front-end -> AWS S3 bucket storage -> Temp database {Needs to be migrated to real database}

Application: -> User drag and drop image into front-end client. -> React sends HTTP request to Springboot. -> Backend server processes request, uploads image to Amazon S3 bucket + Send user data to "database".

-> Backend server then downloads image from S3 bucket and displays as profile image for user. -> Front-end CSS handles image size and height.

About

frontend: React - File Upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.6%
  • JavaScript 19.1%
  • HTML 9.7%
  • CSS 5.6%