generator-koa2-api
koa2 rest api project template
Installation
First, install Yeoman and generator-koa2-api using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-koa2-api
Then generate your new project:
yo koa2-api
Introduction
Node Rest Api
A simple template for building a node restful api service
Technology Stack
- nodejs
- koa2
- mongoose
- mocha
- swagger-jsdoc
Project Introduction
- suppot ES6/ES7 features
- using ESlint followed Airbnb JavaScript Style Guide
- using swagger-jsdoc to manage the document. Visualize document using Swagger UI.
For more information about the project: Document
License
© MIT