fahmisan88 / Shorty

Shorty is a bitly clone app using Ruby on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a URL shortener app built with Rails 6. Built with TDD (not all :-D).

To see it in action, visit: http://shoti.herokuapp.com/ (Please make to insert the right URL format with Http/Https)

Prerequisites:

  • Ruby 2.6.6
  • Rails 6.0.3.2
  • Postgresql
  1. Git clone this repo and bundle install

  2. Create and setup database bundle exec rake db:create and bundle exec rake db:migrate

  3. To run test suite just type in rspec

  4. Start the server by type in bundle exec rails s

  5. Visit site at http://localhost:3000 in browser

About

Shorty is a bitly clone app using Ruby on Rails


Languages

Language:Ruby 73.8%Language:HTML 15.3%Language:JavaScript 7.9%Language:CSS 3.1%