Boilerplate for building APIs with koa2 and postgre.
- node ^5.0.0
- npm ^3.0.0
git clone https://github.com/geraldyeo/koa2-cms-boilerplate.git
- koa2
- koa-router
- koa-bodyparser
- koa-bunyan-logger
- PostgreSQL
- BookshelfJS
- Knex
- Nodemon
- AVA
- jsondoc
- Babel
- ESLint
├── src
| ├── middlewares
| ├── models
| ├── modules
| ├── views
| └── app.js # cms app
├── tests
├── index.js # Bootstrapping and entry point
└── README.md # This document
npm start
Start server on live mode
MIT