Skip to content

ashish979/rbacapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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