Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mhartl/palindrome_app

A palindrome detector Sinatra App
https://github.com/mhartl/palindrome_app

Last synced: about 1 month ago
JSON representation

A palindrome detector Sinatra App

Lists

README

        

# Palindrome Detector

This is the final sample app for [*Learn Enough Ruby to Be Dangerous*](https://www.learnenough.com/ruby-tutorial).

## 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
```