clemsos / bandstour

Visualization of bands touring around
3 stars 2 forks source link

Bandstour

Visualization of bands touring around - and their carbon footprints. Yeah!

How it works

Notes

To link the Mongo with Meteor:
start Mongo server: mongod
use bandstour db: mongo bandstour
link Meteor and Mongo: export MONGO_URL=mongodb://localhost:27017/bandstour, then start Meteor: meteor
or use: meteor --settings conf.json