koa-api-boilerplate
v1.0.1
Published
Koa 2 API boilerplate with batteries-included.
Downloads
4
Readme
koa-api-boilerplate
Koa 2 API boilerplate with batteries-included.
Features
- koa-micro - microservices with batteries included
- Koa 2 app
- Common context utilities
- Common middleware like error handling, response time, CORS, auth, etc
- Logger supporting Google Cloud Trace
- Error handler middleware with Google Cloud Errors
- Health check endpoint (
/alive
by default)
- koa2-mongoose-crud - CRUD middleware for Mongoose models
- Quickly create RESTful APIs over mongodb models
License
MIT © Travis Fischer