Saviollage / multipleUpload

Project developed based on the playlist "How to Upload Gigabytes of Files in a scalable way using Node.js" on ´Erick Wendel's youtube channel:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📁 Multiple File Upload

Project developed based on the playlist "How to Upload Gigabytes of Files in a scalable way using Node.js" on ´Erick Wendel's youtube channel:

Installation

cd frontend && npm i
cd backend && npm i

Usage

Frontend

cd frontend
npm start

Backend

cd backend
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Project developed based on the playlist "How to Upload Gigabytes of Files in a scalable way using Node.js" on ´Erick Wendel's youtube channel:


Languages

Language:JavaScript 78.7%Language:HTML 21.3%