Minimal Api framework based on koa v2.
The goal is to have an api starter kit
- X-response-time via response-time
- log via koa-morgan
- cors via koa-cors
- compress koa-compress
- body parser via koa-bodyparser
- Routes from directory via koa-66-aggregate
- services helper via services-stack
$ npm install acacia
take a look at acacia-example
$ npm test