https://github.com/chrisledet/shorty_url
flexing some Sinatra skills writing a url shortener.
https://github.com/chrisledet/shorty_url
ruby url-shortener
Last synced: 8 months ago
JSON representation
flexing some Sinatra skills writing a url shortener.
- Host: GitHub
- URL: https://github.com/chrisledet/shorty_url
- Owner: chrisledet
- License: mit
- Created: 2011-02-08T01:59:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-08T02:46:42.000Z (over 15 years ago)
- Last Synced: 2023-03-11T20:57:43.582Z (over 3 years ago)
- Topics: ruby, url-shortener
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Shorty URL
Shorty URL is written in the Sinatra ruby framework. More on Sinatra here: http://www.sinatrarb.com
Requirements:
* Ruby 1.8.7+
* Rubygems
* Sqlite
Set up:
git clone git://github.com/chrisledet/shorty_url.git
bundle install
bundle exec ruby app.rb -p 3100
View at: http://localhost:3100 and bang!