URL Shortner App
#Versions Ruby 2.5.1 Rails 5.2.4.4 SQlite DB
#Setup
rvm use 2.5.1@short_url
bundle install
rake db:create rake db:migrate rake db:seed
rspec spec
rails s
- Stats page (http://localhost:3000/stats). You will see sample data loaded from seeds.rb file
- Home Page (http://localhost:3000)