file-uploader is a NodeJS opensource File Base project, that allows you to easily import and save files.
git clone https://github.com/SushiBtw/file-uploader
cd file-uploader
Basic installation, you can modify the config.js
file.
Default details:
- user: default
- password: default
npm i
node .
The main usage, is storing Files like in imgur, and easily access them.
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.