# koa2_mySql **Repository Path**: wlysun/koa2_my-sql ## Basic Information - **Project Name**: koa2_mySql - **Description**: 基于node.js平台与mysql数据库的web开发框架,原始的增删改查 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-11 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Koa, MySQL ## README ## npm ```bash # 启动前需将公网地址换成自己的阿里云数据库MongoDB公网地址 npm install ``` ```bash # 启动 npm run test ```