# hello-koa-api **Repository Path**: wangjun-kk/hello-koa-api ## Basic Information - **Project Name**: hello-koa-api - **Description**: 使用node框架kao搭建接口 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-koa-api #### 介绍 使用node框架kao搭建接口 #### 接口文档 使用apidoc ###### 文档生成命令 ~~~bash apidoc -i routes/ -o public/apidoc/ ~~~