1.0.3 • Published 3 years ago

json-server-uploader v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

JSON server uploader middleware

This middleware parse multipart/form-data content type requests, and upload files on the server when files are detected in requests

Usage

You just need to add it as a middleware in serve command

json-server db.json --middlewares path/to/json-server-uploader

You can use custom upload path using .env file config

UPLOAD_PATH=your/custom/path
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago