An open API service indexing awesome lists of open source software.

https://github.com/unlight/koa-boilerplate


https://github.com/unlight/koa-boilerplate

boilerplate koa

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

koa-boilerplate
===============

SETUP
---
```
setx TYPEORM_DRIVER_TYPE "sqlite"
setx TYPEORM_STORAGE "db.sqlite"
# seed script
ts-node -F app/scripts/seed
```

DEBUG
---
```
ts-node --inspect -F app/server
devtool -r ts-node/register app/server
inspect node_modules\ts-node\dist\_bin.js -F app\ping\pong.test.ts
```

TODO
---
* koa superagent
* object validator
- https://github.com/Kikobeats/osom
- https://github.com/hapijs/joi
* eslint task