Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikamai/angular-rails-example

Integration example between Angular and Rails
https://github.com/mikamai/angular-rails-example

Last synced: about 1 month ago
JSON representation

Integration example between Angular and Rails

Awesome Lists containing this project

README

        

# 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](http://dev.mikamai.com/post/97732414859/the-rails-angular-equation-can-give-you-satisfaction)

## Setup

- `bundle install`
- `rake bower:install`
- `rake db:migrate`
- `rake db:seed`