Skip to content

ravishanker/urlshortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Url Shortener!

A basic and functional url shortener with RoR

Getting Started

  1. Clone this repo:

    <tt>git clone [email protected]:ravishanker/urlshortener.git</tt>
  2. Run rake :

    <tt>cd urlshortener; rake db:migrate</tt> (rake -T for options)
  3. Change directory to urlshortener and start the web server:

    <tt>cd urlshortener; rails server</tt> (run with --help for options)
  4. Go to localhost:3000/ and you’ll see:

    "Welcome aboard: You're running Shorten!"
    

About

Url shortener using RoR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published