Get shit done is a simple todo app developed using Ruby on Rails and Backbone.js. The main purpose is to have an easy way to organize my everyday workflow and my tasks in a dead stupid way, with three lists: in queue, doing, done. Also, it's very useful to showcase the process of developing with Backbone.js and Rails, and make a proof of concept with the combination of both.
First, you need to clone the git repository.
git clone https://github.com/Geembo/getshitdone.git
or grab the ssh link above, if you use git with ssh.
Then, you need to need to folow this steps.
cd getshitdone
rake db:setup
rake assets:precompile
unicorn_rails -E production -D
By default, the project uses in development sqlite3 and in production postgresql. Feel free to change it according to your wishes. If you are bored to get some data in there and you want to quickly see what's up with it, just run the following command.
rake db:seed
- Fork the repo
- Do your mojo
- Open pull request
- Discuss
You may find a demo version of this app @ http://geembogetshitdone.herokuapp.com
You can login with these credentials
email: [email protected]
password: password
or register for your own account
That's all folks! Many updates will follow soon.