All Projects → chowa → ejyy

chowa / ejyy

Licence: AGPL-3.0 License
「e家宜业」是一整套开源智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。

Programming Languages

typescript
32286 projects
Vue
7211 projects

Projects that are alternatives of or similar to ejyy

kurier
TypeScript framework to create JSON:API compliant APIs
Stars: ✭ 30 (-94.65%)
Mutual labels:  koa, knex
back-boilerplate
A boilerplate for building RESTful APIs using Node.js, PostgreSQL, koa, knex, bookshelf.
Stars: ✭ 33 (-94.12%)
Mutual labels:  koa, knex
Streamsheets
An open-source tool for processing stream data using a spreadsheet-like interface.
Stars: ✭ 281 (-49.91%)
Mutual labels:  mqtt, workflow
jekyll-deploy-action
🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: ✭ 162 (-71.12%)
Mutual labels:  workflow, schedule
workflow-controller
Kubernetes workflow controller
Stars: ✭ 23 (-95.9%)
Mutual labels:  workflow
doa
A middleware framework for Deno's http serve🦕. Transplanted from Koa with ❤️
Stars: ✭ 20 (-96.43%)
Mutual labels:  koa
nodeMiddleWay
node作为中间层调研项目
Stars: ✭ 18 (-96.79%)
Mutual labels:  koa
ibird
A lightweight and flexible web development framework.✨🚀✨
Stars: ✭ 74 (-86.81%)
Mutual labels:  koa
dark-sky.alfredworkflow
A Dark Sky workflow for Alfred
Stars: ✭ 34 (-93.94%)
Mutual labels:  workflow
Home Assistant EDP Box
Integração das EDP Box com Home Assistant Core
Stars: ✭ 91 (-83.78%)
Mutual labels:  mqtt
weekplot
Visualize your weekly schedule.
Stars: ✭ 40 (-92.87%)
Mutual labels:  schedule
mqtt-admin
MQTT Web Frontend: Publish, Subscribe and see Topic Status in a comfortable UI
Stars: ✭ 115 (-79.5%)
Mutual labels:  mqtt
egg-nuxt
The Nuxt plugin for eggjs
Stars: ✭ 23 (-95.9%)
Mutual labels:  koa
tukio
Tukio is an event based workflow generator library
Stars: ✭ 27 (-95.19%)
Mutual labels:  workflow
sapporo
A standard implementation conforming to the Global Alliance for Genomics and Health (GA4GH) Workflow Execution Service (WES) API specification and a web application for managing and executing those WES services.
Stars: ✭ 17 (-96.97%)
Mutual labels:  workflow
uchuva
A scientific web portal that allows users to create and submit workflows to HTCondor (Dagman), Slurm, OpenLava (LSF), Torque (PBS)
Stars: ✭ 17 (-96.97%)
Mutual labels:  workflow
koa-mongo
Koa2 + Mongoose + TypeScript Playground
Stars: ✭ 16 (-97.15%)
Mutual labels:  koa
change
A simple tool that automates generating and updating a changelog
Stars: ✭ 47 (-91.62%)
Mutual labels:  workflow
state-workflow
State Workflow Management Package For Laravel. Inspired by ROAM Horizon State Management Package.
Stars: ✭ 29 (-94.83%)
Mutual labels:  workflow
meross pair
Android APP that allows pairing Meross Devices with third party MQTT brokers
Stars: ✭ 18 (-96.79%)
Mutual labels:  mqtt

logo

项目介绍

「e家宜业」是一整套基于AGPL开源协议开源的智慧物业解决方案。实现了微信公众号、小程序、PC、H5、智能硬件多端打通,旨在提升物业公司效率、规范物业服务流程、提升物业服务满意度、加强小区智慧化建设、便捷业主服务。 后端采用Koa + Typescript轻量级构建,支持分布式部署;前端使用vue + view-design开发。

产品展示

web中台

web1 web2 web3 web4 web5 web6 web7 web8 web9 web10 web11

业主端小程序

员工端小程序

技术亮点

  • 自主独立研发,无阉割、无加密、真正的开源
  • web中台页面采用view-design开发,清爽易用
  • 轻量级开发方案,借助node.js的高io、异步、cluster等特性
  • 完善的权限管理,精细到每一个菜单
  • 对接公众号和小程序,数据打通
  • 精细的ui界面和流畅的交互动画
  • 前后端分离,二次开发方便
  • 支持定时任务和长连接
  • 可对接小区硬件设备

使用手册

系统演示

web中台

演示版为saas多物业公司版本,有一些地方略有不同,体验环境迁移中

https://pc.ejyy.chowa.cn

微信扫描下方这个紧挨着的二维码,关注公众号后,输入“e家宜业”获取体验账号和密码(之前把帐号密码写在文档里,有很多坏小子老搞破坏,才出此下策;这个公众号不会有垃圾推送的,请放心)。

如果你想有一个自己的账号体验系统、给别人演示,登录后可以在【协同办公】->【人力资源】-> 【员工入职】中自己开通一个,开通后,你就可以通过自己的微信扫码登录中台了~也可以用自己的微信访问【物业员工小程序】了。

⚠️ 注意
该环境仅用来体验,我们会定时清理、重置数据!
请勿修改体验账号的密码!
不要在体验环境中发垃圾信息!尤其是一串随意敲打的英文和数字!!!
请勿在环境中添加、发布不良信息!发布不良信息会封IP

如果无法访问,请查看是否被封了IP,封禁IP列表

业主小程序

物业员工小程序

访问员工小程序需要将自己的微信和账号关联的。登录web中台后在【协同办公】->【人力资源】-> 【员工入职】中自己开通一个账号即可体验。

微信公众号

对于业主主要是为了群发和单点通知;对于物业公司员工是为了提供工单、流程通知

如何部署

服务器环境推荐要求

  • Nginx
  • Node.js 12.1.0
  • MySQL 5.7
  • Redis

部署文档

认真仔细看文档,会少走很多弯路

交流

希望通过开源促进产品的发展,能够结识有趣的灵魂,有想法的朋友。

我们欢迎有礼貌、有想法、有创意的的小伙伴。个别没有道德底线、不尊重开源协议、伪开源、贩卖代码的别进群打扰我们。

QQ交流群

微信交流群

由于微信群二维码有时效性,所以请添加这个小号微信,小号会拉你入群,添加时请备注“e家宜业”。

参与开发

欢迎反馈问题 欢迎提交代码

特别声明

  • 禁止将本项目的代码和资源进行任何形式的出售,产生的一切后果由侵权者自负!!
  • 转载本文请保留「e家宜业」相关名称和版权信息,并标明出处!禁止将本文中涉及到的示例图片修改后传播!坚决抵制各种未声明产品名称,赚流量、博眼球的行为!

License

AGPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].