1
# ASA Test server
2
3
Simple test/demonstration server implementing JSON REST API via
4
`q-io/http-apps` library.
5
6
7
## Installation and usage
8
9
```shell
10
npm install
11
npm start
12
```