# koa_test **Repository Path**: SwenChan/koa_test ## Basic Information - **Project Name**: koa_test - **Description**: koa_learn demo - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## klg-admin-user 提供考拉员工权限数据库服务 ### 环境依赖 * node > 4.3.1 * mongoose * mongodb server > 3.0 * 全局 nodemon ### 运行 正式运行 `npm start`: cfork 保证进程意外退出重启, 设置在 `dispatch.js` 开发运为 `npm run dev`: nodemon watch ./server/** 测试 `npm test` 代码测试覆盖率 `npm run test-cov` ### 部署 由于使用 docker 容器部署,重新启支不再是 restart or stop 应用,而是docker 容器 ### 注意 - 测试环境会清空 test 数据库 - test-cov 暂时不能用 ### feature - 没有使用数据验证 - 没有使用权限控制 ### TODO - 使用指定 token 来访问 - 数据校验