Skip to content

erickbogarin/todo-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Rails

Build Status Code Climate

Basic application with Ruby on Rails where users can control, visualize and organize tasks.

Live Demo

Technology Stack

Server-side:

  • Ruby on Rails 4.2.6
  • TDD and BDD (rspec, capybara)
  • Rails Authentication with OAuth (devise, omniauth)
  • Restful API
  • Heroku fully cloud deployable

Client-side:

  • Foundation for Sites 6
  • BackboneJS (Underscore.js template)
  • Sass
  • CoffeScript

How to run this application

  1. Set TWITTER_KEY and TWITTER_SECRET ENV variables
  2. Open the CLI and copy the following commands
git clone https://github.com/erickbogarin/todo-rails.git
cd todo-rails
bundle install
bundle exec rake db:drop db:create db:migrate
rails s

Go to localhost:3000/ to see the app

Credits

Vertical Timeline by CodyHouse