Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 284 Bytes
./services start

Usage

curl -L -X POST 'localhost:3000/csv' \
-F 'file=@"/path/to/csv-file.csv"'
curl -L -X POST 'localhost:3000/excel' \
-F 'file=@"/path/to/excel-file.xlsx"'

Or use the associated Postman file over the sample data.