# node-express-learn **Repository Path**: frontendBoy_wang/node-express-learn ## Basic Information - **Project Name**: node-express-learn - **Description**: Express的自学API小项目 - **Primary Language**: NodeJS - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-express-learn #### 介绍 Express的自学API小项目 #### 软件架构 1. node 2. Express 3. mysql #### 安装教程 1. npm i 或者 yarn 2. 修改utils/dbConfig.js下的数据库配置 3. npm run start 4. http://localhost:3000 #### 参与贡献 1. 克隆仓库:git clone https://gitee.com/wang_man_qing/node-express-learn.git