#Pomodoro Todo
Simple web Todo list app pomodoro oriented using Angular.js and Rails.
Online demo: http://pomodorotodo.herokuapp.com
##Instalation
bundle install
bundle exec rake db:migrate
bundle exec rails s
and access http://localhost:3000
.