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
- Host: GitHub
- URL: https://github.com/mhartl/palindrome_app
- Owner: mhartl
- Created: 2018-06-12T21:18:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:05:47.000Z (over 1 year ago)
- Last Synced: 2024-08-04T08:01:30.782Z (5 months ago)
- Language: Ruby
- Size: 204 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - palindrome_app - A palindrome detector Sinatra App 🔥 (Happy Exploring 🤘)
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
```