# Upload Server
Simple file upload service for testing file upload components.
## Usage
```js
cd ./test/upload-server
yarn install
yarn start
```