# node_online **Repository Path**: smartfish72/node_online ## Basic Information - **Project Name**: node_online - **Description**: 用于体检预约管理系统的后台搭建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node_online ## 安装 npm install ## 运行 node server.js # 文件构成 ├── node_modules 模块 ├── config │ ├── DBConfig.js 数据库配置文件 ├── controller │ ├── xxxCtrl.js 处理路由请求的文件 ├── router │ ├── xxxRouter.js 路由文件 ├── src │ ├── 静态资源文件 ├── package.json: 应用包配置文件 ├── README.md: 应用描述文件 ├── package-lock.json:包版本控制文件 ├── server.js 入口文件 #