Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 772 Bytes

Bouncer

What is Bouncer?

Bouncer is a peer-to-peer event check-in system that allows attendees to check each other in. No more waiting in long lines to events when the registration desk bottlenecks, jump straight in to meeting attendees in order to get yourself checked in as present!

Great, how do I use Bouncer?

Bouncer is implemented as a web app and is tied to your Facebook account and events.

Installing Bouncer

Installation Instructions

Run pip install -r requirements.txt.

Run

First make sure you have a redis instance running on port 6379.

Then run the Flask app: python app.py

Tools