Your friendly manager of attendees at an event

Davide Alberani 7903230ca1 ignore trigger directories 9 years ago
angular_app dcce705bbc close #35: the PUT method of EventsHandler can be used to set arbitrary values for registered persons 9 years ago
data b3aa4c79d5 closes #20: run a series of script reacting to a trigger 9 years ago
static 6940534d49 counter of attendees 9 years ago
templates 9591c68bf2 templates directory 9 years ago
.gitignore 7903230ca1 ignore trigger directories 9 years ago
DEVELOPMENT.md a858c415b3 note about information about persons in different collections 9 years ago
LICENSE.txt c377eb032b add Apache 2.0 license 9 years ago
README.md 8dda84f479 documentation 9 years ago
backend.py dcce705bbc close #35: the PUT method of EventsHandler can be used to set arbitrary values for registered persons 9 years ago
eventman_server.py b3aa4c79d5 closes #20: run a series of script reacting to a trigger 9 years ago
utils.py 71508d71b3 code cleanup 9 years ago

README.md

Event Man(ager)

Your friendly manager of attendees at an event.

Development

See the DEVELOPMENT.md file for more information about how to contribute.

Technological stack

The web part is incuded; you need to install Tornado, MongoDB and the pymongo module on your system (no configuration needed).

Coding style and conventions

It's enough to be consistent within the document you're editing.

I suggest four spaces instead of tabs for all the code: Python (mandatory), JavaScript, HTML and CSS.

Python code documented following the Sphinx syntax.

Install and run

Be sure to have a running MongoDB server, locally.

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install tornado
sudo pip install pymongo
cd
git clone https://github.com/raspibo/eventman
cd eventman
./eventman_server.py --debug

Open browser and navigate to: http://localhost:5242/

License and copyright

Copyright 2015 Davide Alberani da@erlug.linux.it

           RaspiBO <info@raspibo.org>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.