Small authentication app built with Ruby on Rails to demonstrate login/logout mechanisms.
- Ruby 2.3.1
- Rails 5.x
- 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
Copyright 2016 Fadi Asfour
Licensed under the MIT License