girorme / node-file-uploader

Node file upload brinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node file uploader

Start

$ yarn install
$ yarn start
# or debug to verbose
$ yarn debug

Send xlsx

curl -X POST -F "data=@file.xlsx" http://localhost:3000/files/xlsx | json_pp

About

Node file upload brinks

License:MIT License


Languages

Language:TypeScript 100.0%