# example-messageboard **Repository Path**: zgz521/example-messageboard ## Basic Information - **Project Name**: example-messageboard - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # example-messageboard #### 介绍 这事一个留言板案例,实现了一整套web交互过程,涉及知识点,javascript, NodeJS,HTML,css,mysql #### 软件架构 软件采用nodejs作为服务器端,以B/S架构展示 #### 安装教程 1. 安装mysql,下载地址:https://dev.mysql.com/downloads/installer/ 2. 安装NODEJS,下载地址:https://nodejs.org/zh-cn/download/ 3. 安装VSCODE,下载地址:https://vscode.en.softonic.com/ #### 使用说明 1. git clone git@gitee.com:zgz521/example-messageboard.git 2. cd example-messageboard 3. npm install 4. node app.js