A URL Shortner Ruby on Rails application.
-
Clone repository
-
Install Ruby version
$ rvm install 2.7.3- Install PostgreSQL >9.4 and start it
$ brew install postgresql- Run setup
$ bin/setup- Run specs
$ bin/rspec- Start the server
$ bin/rails server- Open your browser
See CHALLENGE.md