/mybitly

Like bitly, but mine!

Primary LanguageRuby

This is my bitly service!

Steps to run

  1. Run bundle install

  2. Create local postgres databases:

    • Login to postgres
    • CREATE DATABASE mybitly_development;
    • CREATE DATABASE mybitly_test;
  3. Run migrations rails db:migrate

  4. Run rails s

  5. Hit localhost:3000

Run specs

  1. Run rspec

(c) 2018 bev-a-tron