# images **Repository Path**: rightfight/chat ## Basic Information - **Project Name**: images - **Description**: 聊天室 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 相册实例 目录结构 [images] |-- controller |-- models |-- views |-- public |-- uploads |-- node_modules index.js 运行文件 初始化项目 npm init 将项目名称设置为: images | 运行文件 index.js 安装框架/模块 npm install express --save npm install ejs --save npm install formidable --save npm install body-parser --save npm install silly-datetime --save npm install random-int --save