Skip to content

sleeplesseditor/ReactFileUploadFullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactFileUploadFullStack

A full-stack file upload system built using React and Express, following Manny Codes's article.

Files are uploaded into the 'files' folder in the 'upload_api' directory. For the best example of the app running, throttle speeds to 'Slow 3G' using Chrome's Developer Tools.

To get the app running, follow these steps:

  1. npm install
  2. cd upload_api && npm install
  3. cd .. && cd upload_client && npm install
  4. cd .. && npm run dev

Screenshot 2019-08-19 at 15 25 51

App's landing screen.

Screenshot 2019-08-19 at 15 26 34

Example of an image being uploaded

About

A full-stack file upload system using React and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published