Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.
/ chairs Public archive

DESI08085 project - track objects by scanning QR codes

Notifications You must be signed in to change notification settings

pkage/chairs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chairs

Hacked-together tracking of objects by scanning QR codes.

Installation

$ git clone https://github.com/quadnix/chairs
$ cd chairs/server
$ npm install
$ node server.js [port]

Note that for a production instance you'll need to host the server behind a reverse proxy to add SSL. I used nginx/letsencrypt, but the choice is up to you.

Usage

Navigate to the page to see a full overview of all tracked objects. To create a QR code, use your favorite QR code generator to make a QR code pointing at a URL of form http://chairs.kagelabs.org/c/:object_id. Curl http://chairs.kagelabs.org/api/reset to reset the demo.

This project was bootstrapped with Create React App.