jesalg / RADD

Rails Angular Devise Demo

Home Page:http://radd.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#RADD Build Status

A basic example of how to use Rails, Devise and Angular.js in conjunction.

This architecture treats Rails as a JSON API and AngularJS as the front-end framework which will do view rendering.

More details on my blog posts:

###Demo

http://radd.herokuapp.com/

###Install

bundle install

bundle exec rake db:setup

rails s

###Testing

Run this to execute the API test suite:

rake db:test:prepare

rspec spec

###Documentation

API documentation is located at /docs and is generated using passing acceptance tests.

Run this to regenerate the docs: rake docs:generate

About

Rails Angular Devise Demo

http://radd.herokuapp.com/

License:MIT License


Languages

Language:Ruby 84.1%Language:JavaScript 12.0%Language:CSS 3.9%