koa-blueprint-api

A simple Sails.js like API server implementation

Stars
2

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.