A node.js file uploader. Handy to host on your local network for easy file sharing.
- Download this repository
- Run
npm i
in a command line - Open app.js and change the configuration on line 8 and 9 to suit your preference.
- Run
node .
in a command line