Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 292 Bytes

RBAC App

This app is an example of authentication and authorization. It uses material design lite for css.

To setup the application:

  1. Clone the application.
  2. Install ruby 2.4.0
  3. bundle install
  4. Edit database.yml and secrets.yml
  5. rake db:create db:migrate
  6. rails server