Skip to content

ohmygodvt95/shorturl

Repository files navigation

Shortener URLs

Short URLs like goo.gl project

About project

How to deploy

  • Clone this project

  • Fix Gemfile with your database

  • Run rails db:migrate

  • Add your info in config/settings.yml for facebook, google sign in

    auth:
      facebook:
        APP_ID: xxx
        APP_SECRET: xx
      google:
        APP_ID: "xxx"
        APP_SECRET: "xxx"
  • Run rails s to start server