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

https://github.com/llopez/my-tasks

Another tasks application made with Backbone.js, Twitter Boostrap & Rails
https://github.com/llopez/my-tasks

Last synced: about 1 year ago
JSON representation

Another tasks application made with Backbone.js, Twitter Boostrap & Rails

Awesome Lists containing this project

README

          

My Tasks
=======
My Tasks is a Rails + Backbone.js Application. It was made with the only purpose of learning.

Libs
----

* Underscore.js - Backbone.js dependency
* Backbone.js - awesome MVC JavaScript framework
* jQuery - JavaScript library
* CoffeeScript - Little language that compiles into JavaScript

Install and use it
------------------

git clone [git-repo-url] MyList
cd MyList
bundle exec rake db:create db:migrate
bundle exec rails s
open http://localhost:3000