clicker-server

Clicker Server


License
Other
Install
pip install clicker-server==0.1

Documentation

Clickr

An audience Response Systen for schools. Clickr aims to be cheap to deploy and easy to set up.

This is a prototype. The build is untested since migrating to a mono-repo!

Packages

  • server: @clickr/server badge
  • teacher: @clickr/teacher badge
  • student: @clickr/student badge
  • whiteboard: @clickr/whiteboard badge
  • common: @clickr/common badge

Setup

  1. git clone git@github.com:ftes/clickr && cd clickr
  2. npm install
  3. npm run build (delegates to lerna for mono-repo management)
  4. npm run start
  5. Open clients: http://localhost:4001, http://localhost:4002, http://localhost:4003

Todo

  • test cordova build for student app
  • fix styling

Architecture

Clickr consists of:

Basic Architecture

basic architecture

Student Devices

basic architecture

Teacher Devices

basic architecture