Example File upload Server

Clone this project and cd into the root folder.

Run npm install to install dependencies.

Run node . to run the project.

POST a file to http://localhost:3000/upload

Use Insomnia to POST a file.

Video of Insomnia setup.