Blame view

test/upload-server/README.md 154 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Upload Server

Simple file upload service for testing file upload components.

## Usage

```js

cs ./test/upload-server

yarn install

node app.js

```