Multipart Upload which allows faster, more flexible uploads into Amazon S3. Multipart Upload allows you to upload a single object as a set of parts. After all parts of your object are uploaded, Amazon S3 then presents the data as a single object.
Multipart uploading is a three-step process: You initiate the upload, you upload the object parts, and after you have uploaded all the parts, you complete the multipart upload
NODE - 10.x
NPM - 6.x
Install Nodemon to launch a server: npm install -g nodemon
Once cloned go to the project folder
cd frontend/
npm run install
npm run start
cd backend/
npm run install
npm run start
If you are intrested in code walk through you can go thorugh youtube link, here I have explain how this works. https://www.youtube.com/watch?v=42Fq6aJvX0w