# coderYangBokeeServer **Repository Path**: coderpenly/coder-yang-bokee-server ## Basic Information - **Project Name**: coderYangBokeeServer - **Description**: coderyang的博客项目(服务端) - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2021-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # coderYangBokeeServer #### 介绍 coderyang的 ` coderYangBokee `博客项目 服务端 #### 软件架构 ```` 本项目是基于 nodejs 开发的博客服务端 用到的技术栈: koa + koa-router + mysql2连接池 + mysql数据库 ```` #### 安装教程 * 下载依赖 * npm install * 配置 /.env 文件 * ```` APP_PORT=???? // 服务启动端口 APP_HOST= MYSQL_PROT= MYSQL_HOST= MYSQL_USER= MYSQL_PASSWORD= MYSQL_DATABASE= ```` * 启动项目 * npm start