This repository was created in order to:
- Be able to capture and display the upload's progression.
- Be able to abort the transfer when the user decide to.
Axios provide and onUploadProgress
API to track and work with the progressEvent
Fetch API doesn't provide such thing.
Axios also provide a way to abort a request. (Fetch either)
Back-end: Nodejs, Express
Front-end: JavaScript, React, Axios
Back-end
- Install dependencies
Move to./api
and launchyarn
- Launch the Server
Launchyarn start
Front-end
- Install dependencies
Move to./front
and launchyarn
- Launch
yarn start