# 五班5号项目组 **Repository Path**: neusoft-software-2020-56/project_team_5_class_5 ## Basic Information - **Project Name**: 五班5号项目组 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-11 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.文件结构 . #### ├── models 数据库文件 #### ├── node_modules 依赖项 #### ├── public 开放出来的公共文件 js/css/images文件 #### ├── views 前端页面 静态页面资源 #### ├── app.js 启动入口文件 #### ├── package-lock.json npm产生的包说明文件(自动产生) #### ├── package.json 配置信息 #### ├── router.js 路由设计文件 #### └── README.md 项目说明文件