To run this application, start your mongo server & do the following from the command line:
$ bower install
$ npm install
$ nodemon server.jsYou can use docker, for starting your mongo server :
$ docker run --name multivision-mongo -p 27017:27017 -d mongo$ gulp test