Moissenger is a Messaging System, twitter like, for Enterprises, created by Moip as a HackDay project. This app uses Ruby on Rails and Docker 🐳 to run.
To run this project first install Docker on your machine then:
$ docker-compose build
build a docker image of moissenger.$ docker-compose up
run the app, acessible by http://localhost:3000 or by http://<DOCKER_MACHINE_IP>:3000 if you use MacOS.