/palindrome_app

A palindrome detector Sinatra App

Primary LanguageRuby

Palindrome Detector

This is the final sample app for Learn Enough Ruby to Be Dangerous.

Setup

After cloning the repo, follow these steps to get the app working:

$ bundle install
$ bundle exec rake           # Verifies that the test suite is green
$ bundle exec rerun app.rb   # Runs the app on http://localhost:4567