1.0.1 • Published 6 years ago

koa-api-boilerplate v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

koa-api-boilerplate

Koa 2 API boilerplate with batteries-included.

NPM JavaScript Style Guide

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