This application is a url shortener. It makes a few naive assumptions about how to shorten urls, and specifically what a valid URI is.
Regardless, it works, and is Not Too Shabby (TM)
- install postgres This might mean download an installer, run homebrew, apt-get, dnf, or some other package manager, or just set up the service
git clone
this repogem install bundler
bundle
- run
rake db:setup
- Confirm everything is working by running the tests:
rspec