- Node.js 6.2.2 or higher
- Docker
- Docker Compose
- Heroku Toolbelt
# clone this repository
git clone git@github.com:fabiohbarbosa/olimpiadas-web.git
# install dependencies
npm install
npm run start-dev
npm run validate
heroku logs -t --app olimpiadas-web
# Git
git remote add heroku git@heroku.com:olimpiadas-web.git
# Heroku app
heroku git:remote -a olimpiadas-web
# Config
heroku:config
docker exec -it mongo-olimpiadas-web mongo mongo.host:mongo.port/mongo.database -u mongo.username -p mongo.password