A url shortener with an unfurl.
- Rails 5
- PostgreSQL
- Clone repo
- Install dependencies with
bundle install - Create the database
rails db:create - Migrate database schema
rails db:migrate - Configure simple form using
rails generate simple_form:install - Start server
rails s
Komodo URL Shortener by nozbzh.