Skip to content

sjkim24/urlshortener

Repository files navigation

UrlShortener

Requirements

Install Postgresql

Steps

  1. download/clone repo
  2. navigate to repo directory
  3. run bundle install
  4. run npm install
  5. run rake db:create
  6. run rake db:migrate
  7. run npm run webpack in one tab
  8. run rails s in another tab
  9. open a web browser and browse to localhost:3000