Your friendly manager of attendees at an event

Davide Alberani 20f1425cbe add angular-file-upload 9 tahun lalu
angular_app 9b43e27d8f draft of CSV import 9 tahun lalu
data 5b664a2f2e stub of backend 9 tahun lalu
static 20f1425cbe add angular-file-upload 9 tahun lalu
templates 9591c68bf2 templates directory 9 tahun lalu
.gitignore bafc9a9997 .gitignore 9 tahun lalu
DEVELOPMENT.md 3680298684 update todo list 9 tahun lalu
LICENSE.txt c377eb032b add Apache 2.0 license 9 tahun lalu
README.md 1bb9d144ce slogan! 9 tahun lalu
backend.py 7bfcb3f956 notes about the development 9 tahun lalu
eventman_server.py 65f1e8da13 ability to delete an entry 9 tahun lalu

README.md

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.