yovasx2 / url-shortener

A basic url shortener like bit.ly made with rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL shortener

Build Status

Content

This project is used to short and enlarge URLs, this is very basic so collisions are not avoided, Problem is specified in PROBLEM.html

Just execute in console

$ bundle install

In order to execute this project you need to install:

  1. Clone the repo

    $ git clone https://github.com/yovasx2/url-shortener
    
  2. Move into it and install dependencies

    $ cd url-shortener
    
  3. Execute

    $ rails server
    

Two routes are available:

You can contribute to this project in many forms:

  1. Giovanni Alberto GarcĂ­a

MIT License

About

A basic url shortener like bit.ly made with rails


Languages

Language:HTML 57.2%Language:Ruby 41.0%Language:CSS 0.9%Language:JavaScript 0.9%