/sb-admin-angular-rails

Starter template / theme for AngularJS Dashboard Apps

Primary LanguageHTML

SB Admin v2.0 rewritten in AngularJS and Ruby on Rails

Join the chat at https://gitter.im/start-angular/sb-admin-angular

This project is a port of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Angular Theme.

Find out more Free Angular Themes at StartAngular.com.

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/premosystems/sb-admin-angular-rails.git

####2. Make sure you have postgres and bower installed globally

####3. Run bower install

####4. Create a database named "sbadmin_development" and run rake:db:migrate

Cool things to note

This implementation uses ng-token-auth for authentication (Great for mobile apps too!) You can login (and out!) with test@test.com:aaaaaaaa

For server side authorization and security, pundit is installed. ng-token-auth is vulnerable because it executes client side.