Koa API Docs Example
---

# Install

```bash
git clone https://github.com/o2team/koa-joi-router-docs.git
cd example/
npm install
```

# Run the service

```bash
node index.js
open http://localhost:5566/apiDocs
```
