an oversimplified application to register attendees at a conference or event

Davide Alberani 8ceaabf5b8 fixes #2: dialogs to show errors пре 7 година
build cea1b8df81 webpack config пре 7 година
config cea1b8df81 webpack config пре 7 година
src 8ceaabf5b8 fixes #2: dialogs to show errors пре 7 година
static 30673a1f68 initial commit пре 7 година
tests 8ceaabf5b8 fixes #2: dialogs to show errors пре 7 година
.babelrc 658948a02f add .pybabel пре 7 година
.gitignore 658948a02f add .pybabel пре 7 година
LICENSE.txt 890dad90db add license пре 7 година
README.md 9037993047 readme пре 7 година
ibt2.py 4f876e8299 code cleanup пре 7 година
index.html 58db63e702 index for a pure VueJS app пре 7 година
monco.py 30673a1f68 initial commit пре 7 година
package.json 0684f927b4 #1: draft of user page using Vuex пре 7 година
utils.py 30673a1f68 initial commit пре 7 година

README.md

ibt2 - I'll be there, 2

I'll be there, 2 is an oversimplified application to register attendees at a conference or event.

Run, develop and debug

To run it:

# install dependencies (one time only)
npm install

# build for production with minification (one time only)
npm run build

# run the Python webserver at localhost:3000
npm run server

To run a development environment:

# install dependencies (one time only)
npm install

# run the Python web server using a testing database
npm run devserver &

# serve with hot reload at localhost:8080
npm run dev

Technological stack

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

License and copyright

Copyright 2016-2017 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.