Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samuelsimoes/pomodoro-todo
- Owner: samuelsimoes
- Created: 2014-07-20T15:40:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T12:53:39.000Z (about 10 years ago)
- Last Synced: 2024-04-16T00:52:29.131Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 1.28 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.