MicroCommunityWeb/Readme.md
2020-05-02 22:44:00 +08:00

59 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HC小区管理系统是前后端完全开源的小区物业管理系统包含小区后端项目小区前段项目物业版APP和业主版小程序,QQ群: 827669685
## 开源代码说明
### HC小区后端代码
[https://gitee.com/wuxw7/MicroCommunity](https://gitee.com/wuxw7/MicroCommunity)
### HC小区前段代码
[https://gitee.com/java110/MicroCommunityWeb](https://gitee.com/java110/MicroCommunityWeb)
### HC智慧家庭业主版
[https://gitee.com/java110/WechatOwnerService](https://gitee.com/java110/WechatOwnerService)
### HC掌上物业物业版
[https://gitee.com/java110/PropertyApp](https://gitee.com/java110/PropertyApp)
### 系统简介introduction
1. 开发工具:
nodejs + vscode + MicroCommunity(HC小区后端)
2. 官方网站
http://www.homecommunity.cn
技术业务交流群QQ: 827669685
3. 环境搭建
将app.js 中代码
> app.use('/callComponent',proxy('http://192.168.0.104:8012',opts));
中IP换为后端MicroCommunity项目FrontService服务地址
### 演示地址demo
[http://www.homecommunity.cn/](http://www.homecommunity.cn/)
物业 账号/密码wuxw/admin
代理商 账号/密码dails/admin
运维团队 账号/密码admin/admin
开发团队 账号/密码dev/(由于开发者权限较大,删除数据会影响稳定性,查看具体功能,可以单独部署查看)
### 运行效果view
1.在浏览器输入 http://localhost:3000/ 如下图
![image](docs/img/login.jpg)
用户名为 wuxw 密码为 admin 如下图
点击登录,进入如下图:
![image](docs/img/index.png)
![image](docs/img/owner.png)