How to Upload a Small File using React and Node.js with TypeScript

Опубликовано: 03 Октябрь 2024
на канале: Nsquared Coding
3,852
52

In this video, we will build a full stack project which will be able to upload a single file 20 MB or less.
In future tutorials I will show you how to upload large files to your server and also how to be able to download your files from the client side.

Frontend Technology
- React
- TypeScript
- Chakra UI

Backend Technology
- Node.js Express framework
- Multer Library to handle form data
- MySQL
- TypeScript

Github Repo
https://github.com/npatel023/Upload_File

Chakra UI
https://chakra-ui.com/docs/getting-st...

Video continuation showing how to upload large files
   • How to Upload Large Files