# koa-template **Repository Path**: caiheping/koa-template ## Basic Information - **Project Name**: koa-template - **Description**: koa项目模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-08-28 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # koa-template #### 介绍 koa项目模板 #### 软件架构 软件架构说明 #### 安装教程 > git clone https://gitee.com/caiheping/koa-template.git > > cd koa-template/ > > npm install 修改 koa-template/config/config.json 文件数据库账号密码 创建数据库 > npx sequelize-cli db:create 创建表 > npx sequelize-cli db:migrate 运行种子文件 > npx sequelize-cli db:seed:all 运行项目 > node app.js 访问: http://127.0.0.1:9999/ 前端代码地址:https://gitee.com/caiheping/vue-template