GithubHelp home page GithubHelp logo

skygrass / parking-control-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ddhmit/parking-control-app

0.0 1.0 0.0 2.47 MB

停车场管理系统 停车控制系统 APP端

License: Apache License 2.0

Java 1.09% JavaScript 1.41% TypeScript 68.46% Swift 2.47% Ruby 0.36% HTML 17.88% SCSS 8.34%

parking-control-app's Introduction

停车控制系统

安全、高效、可定制的智慧停车解决方案,全套开源

本项目一共分为 5 端 可根据实际情况选择是否使用

  1. 服务端 https://github.com/ddhmit/parking-control-server
  2. APP 端 https://github.com/ddhmit/parking-control-app
  3. 管理端 https://github.com/ddhmit/parking-control-admin
  4. 小票端 https://github.com/ddhmit/parking-control-ticket
  5. 微信扫码支付预览 https://github.com/ddhmit/parking-control-wxpay

特性

  1. ⛲ 科学计费 多种计费方案灵活切换,商场、小区、停车场等场景均适用
  2. ⏲ 商户放行 配套商户 APP 可由商户控制经停车辆放行,加强市场安全
  3. ♉ 无人值守 云端控制实现无岗亭模式下的车辆自主进出,降低人工成本
  4. ⛳ 应急开闸 在意外突发情况下,管理员无需到场可随时远程进行开闸放行
  5. 🍓 强兼容性 不更换原有抓拍机,可兼容市面上 90%的抓拍机品牌
  6. 📱 移动支付 直接使用微信支付宝等扫码支付,无需人工干预提升效率
  7. 🎫 电子小票 三轮车等无牌车可采用领取小票方式入场,全流程无缝衔接
  8. ⏳ 经停追踪 搭配商户 APP,可随时调阅车辆经停记录,确保装卸货万无一失
  9. 🙋 人像识别 智能人像识别系统,确保小区业主通行无阻,保障小区安全

技术架构

该系统服务端理论上兼容全平台,目前我们在生产环境中是在 ubuntu 上使用 docker 部署的 该套系统采用 web 全栈解决方案,服务端 node.js,APP ionic,管理端 react 但还包括 docker,eggjs,redis,mongodb,socket.io,typescript,微信支付等技术细节

使用

服务端部署方法

省略 ubuntu 上安装 docker 的步骤 仅演示 ubuntu 上的服务端部署

  1. cd ../srv
  2. git clone https://github.com/ddhmit/parking-control-server.git
  3. docker network create net-1
  4. docker run -ti -p 7002:7002 --name parkserver --network net-1 --network-alias parkserver --restart always -v /srv/parking-control-server:/srv/parking-control-server -v /logs:/root/logs -v /etc/localtime:/etc/localtime:ro --privileged=true -d node sh -c 'cd /srv/parking-control-server && npm i && npm run start'

前端

管理端、小票端、微信扫码支付预览 及 APP 打包部署 均使用以下方式

  1. npm i
  2. npm run build

截图

parking-control-app's People

Contributors

ddhmit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.