koa-blueprint-api
v4.1.0
Published
A KOA.js REST API Server with auto-routing and configurations
Downloads
9
Readme
koa-blueprint-api
An automated server configuration using Koa.js that sets up your routes
and controllers based on the directory structure. Provides globals
as
convenience to easily access Models
, & Services
. Also provides hooks
to run before and after controller methods.
Debug using
DEBUG=kba* node app.js
Example
The example
directory is a working sample of the layout and can be
used as a playground/sandbox to test the features and capabilities.
Run the example app: npm run example
See individual readme
.md
files for specific details.