/angular-rails-example

Integration example between Angular and Rails

Primary LanguageRuby

Angular + Rails example

A simple library app (with a CRUD of book resources) to demo the integration between Angular and Rails.

I made this as a demo for my post about the Rails + Angular equation

Setup

  • bundle install
  • rake bower:install
  • rake db:migrate
  • rake db:seed