项目作者: ashish979
项目描述 :
Authentication and authorisation app
高级语言: Ruby
项目地址: git://github.com/ashish979/rbacapp.git
RBAC App
This app is an example of authentication and authorization. It uses material design lite for css.
To setup the application:
- Clone the application.
- Install ruby 2.4.0
- bundle install
- Edit database.yml and secrets.yml
- rake db:create db:migrate
- rails server