koa2.x you can use async/await . add mongoose for mongodb driver as default
To install generator-koa-start from npm, run:
npm install -g generator-koa-start
Initiate the generator an empty project directory:
yo koa-start
Creating a restful resource:
yo koa-start:resource cars
folked from this
which is based on Koa1.x & use generator instead of async/await . And some dependence need to be updated
Licensed under the MIT license.