(Acronym for "team board") is an online collaboration platform for collecting ideas and brainstorming. This is a project of students of the Beuth Hochschule für Technik Berlin, University of Applied Sciences and still under development - check out our project website!
TeaBo is open source and released under the terms of the Eclipse Public License 1.0(EPL)
clone repository to TARGET_DIR using
$ cd /TARGET_DIR
$ git clone https://github.com/Qyotta/TeaBo.git
The teabo-logger is an example module which describes how a module can be build.
In a console, type
$ cd /TARGET_DIR/TeaBo/
$ sh install.sh
- start mongodb
In a console, type
$ cd /TARGET_DIR/TeaBo/
$ node app.js
Open your browser and navigate to http://localhost:3000/. To deploy it on your server, just change the server path credentials in the package.json.