# panBlogNodeServer **Repository Path**: PanJianHua/panBlogNodeServer ## Basic Information - **Project Name**: panBlogNodeServer - **Description**: 潘健华个人博客Node服务 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typeScriptNodeArchitectureDesign #### 介绍 Node + TypeScript架构设计 #### 技术栈 node + express + MySQL + react + modx + typeScript + nginx ### 架构文件结构 ``` ├─public │ ├─images │ └─js └─src ├─config ├─controllers 逻辑处理,数据加工 ├─middlewares ├─models SQL查询,取数据库数据 ├─proxy ├─public ├─router ├─services 业务逻辑判断 └─views 可去掉 ```