# node-koa2 博客api **Repository Path**: chen-jiachuan/node-koa2-imitation-microblog ## Basic Information - **Project Name**: node-koa2 博客api - **Description**: node-koa2 博客api - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-04-05 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Typescript + Vite + koa2 + mysql 这里是本项目后端地址,前端地址在 👉[https://gitee.com/chen-jiachuan/imitation-microblog-vue/tree/master](https://gitee.com/chen-jiachuan/imitation-microblog-vue/tree/master) # 请先确保本地已经安装 redis 以及 MySQL 并先启动 redis 和 MySQL ###########部署步骤 1. 在 public 文件夹下新建 uploads 文件夹 2. 进入 /conf 修改你的数据库配置 3. npm install 4. 在终端执行 node .\db\sync.js 同步数据库命令 5. npm run dev