# huzu-sweetcandy **Repository Path**: hubodegit/huzu-sweetcandy ## Basic Information - **Project Name**: huzu-sweetcandy - **Description**: 湖州师范学院校园导览 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-09-09 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 
1.利用Angular和Antd UI搭建的hs-map的管理系统
2.利用微信开放平台搭建的hs—map的微信小程序
3.利用express中间件和MongoDB搭建hs—map的后端数据服务
# Development
Angular部分
克隆该项目到本地,进入文件夹xiaohu1下安装所需的依赖
```
npm install
```
然后开启项目
```
npm run start or ng serve
```
小程序部分
打开微信开发工具导入mini文件夹下安装所需依赖
```
npm install
```
构建npm
```
点击开发者工具中的菜单栏:工具 --> 构建 npm
勾选“使用 npm 模块”选项:
```
express部分
```
npm install
```
开启express中间件
```
npm run start or nodejs debug bin/www
```