GithubHelp home page GithubHelp logo

checkin's Introduction

极客公园签到系统

依赖

node.js, mongo

功能

  • 签到, 取消签到
  • 根据 取票码, 姓名, 邮箱, 手机号等信息查询
  • 统计

设计

经典 b/s 架构, 前端使用 vue vue-router webpack, 编译静态页面, 通过 server 端静态文件服务访问, 建立局域网, 通过 ip 访问, 必要时可开启 http basic auth

使用

  1. public.ticket_cats.csv public.tickets.csv public.users.csv public.personal_infos.csv public.media_infos.csv public.orders.csv public.payments.csv, 复制到 server/csv 目录下, 以上 .csv 文件由后端导出
  2. 修改查询起始日期 controller.jsdate.setMonth(3, 0); 函数
cd pages && yarn && npm run build
cd server && yarn && node index.js

复用

  1. 修改 controller.js 中 统计的ticket_cat_id, 即可

LICENSE

GPL3.0

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.