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