Your friendly manager of attendees at an event
Find a file
2015-04-04 14:56:41 +02:00
angular_app rename registered to persons 2015-04-04 14:56:41 +02:00
data stub of backend 2015-03-15 23:08:50 +01:00
static add angular-file-upload 2015-03-29 09:58:25 +02:00
templates templates directory 2015-03-14 12:47:21 +01:00
.gitignore .gitignore 2015-03-21 09:30:12 +01:00
backend.py remove actions collection 2015-04-04 13:18:20 +02:00
DEVELOPMENT.md update todo list 2015-03-28 12:40:44 +01:00
eventman_server.py rename registered to persons 2015-04-04 14:56:41 +02:00
LICENSE.txt add Apache 2.0 license 2015-03-14 18:00:25 +01:00
README.md slogan! 2015-03-22 11:08:23 +01:00
utils.py draft of resource-to-resource resolution 2015-03-31 23:35:56 +02:00

Event Man(ager)

Your friendly manager of attendees at an event.

Notice

No, this project is not ready, yet.

I'll let you know when I'm finished experimenting with it and you can contribute.

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

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.