项目作者: ashish979

项目描述 :
Authentication and authorisation app
高级语言: Ruby
项目地址: git://github.com/ashish979/rbacapp.git
创建时间: 2017-03-15T05:45:05Z
项目社区:https://github.com/ashish979/rbacapp

开源协议:

下载


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