/rails-authentication-demo

Small Rails authentication app

Primary LanguageJavaScriptMIT LicenseMIT

Authentication Demo app

Small authentication app built with Ruby on Rails to demonstrate login/logout mechanisms.

Dependancies

  • Ruby 2.3.1
  • Rails 5.x

Build Steps

  • Clone the repository: git clone git@github.com:asfourco/rails-authentication-demo.git
  • Change into app directory: cd rails-authentication-demo
  • Install dependancies: bundle install
  • Make sure all tests pass: rspec spec -f p
  • Spin up a development server: rails s
  • Point your browser to http://localhost:3000

License

Copyright 2016 Fadi Asfour
Licensed under the MIT License