Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 543 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 543 Bytes

Rails(devise_token_auth) + AngularJS(ng-token-auth) Demo

This is a rails application fully configured to work with the devise_token_auth and ng-token-auth.

Getting Started

Rails

$bundle install
$rake db:create db:migrate

AngularJS

$rake bower:install

Start server

$rails s

Live Demo

Devise Token Auth Demo