Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikamai/angular-rails-example
- Owner: mikamai
- Created: 2014-09-17T14:29:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T08:24:07.000Z (almost 10 years ago)
- Last Synced: 2023-04-13T13:08:36.648Z (almost 2 years ago)
- Language: Ruby
- Size: 122 KB
- Stars: 13
- Watchers: 9
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`