Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelsimoes/pomodoro-todo

Simple web Todo list app pomodoro oriented using Angular.js and Rails.
https://github.com/samuelsimoes/pomodoro-todo

Last synced: about 2 months ago
JSON representation

Simple web Todo list app pomodoro oriented using Angular.js and Rails.

Awesome Lists containing this project

README

        

#Pomodoro Todo

[![Build Status](https://semaphoreapp.com/api/v1/projects/d445746b-89d5-4acc-bfe9-703da2be32d9/237063/badge.png)](https://semaphoreapp.com/samuelsimoes/pomodoro-todo)

Simple web Todo list app pomodoro oriented using Angular.js and Rails.

Online demo: **[http://pomodorotodo.herokuapp.com](http://pomodorotodo.herokuapp.com)**

##Instalation

```
bundle install
bundle exec rake db:migrate
bundle exec rails s
```

and access `http://localhost:3000`.