# node(express)+MySQL **Repository Path**: mirage775387604/node-express---my-sql ## Basic Information - **Project Name**: node(express)+MySQL - **Description**: node(express)+MySQL练手demo,使用本地服务器 - **Primary Language**: NodeJS - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-10-21 - **Last Updated**: 2023-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Express, MySQL ## README # node(express)+MySQL #### 介绍 node(express)+MySQL练手demo,使用本地服务器 #### 软件架构 前端:vue2 + ElementUI 后端:node + express + MySQL #### 安装教程 1. clone // 克隆项目 2. yarn install || npm install // 对应子目录下=>下载依赖 #### 使用说明 1. 启动后端项目:/api_server 下的 package.json 中, 点击 start 调用 nodemon 启动项目 || 点击 start1 调用 node 启动项目 (现已将vue项目添加至本地服务器 /api_server/vue-app/dist 目录下,无需进行第二步) 2. 启动前端项目:/vue-app 下的 package.json 中, 点击 server 启动项目(打包:点击 build 打包 vue 项目) 3. 若需要调用上传头像的接口, 需要在 /api_server 的根目录文件夹下创建 /uploads 文件夹 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)