jinhucheung / url-shortener

Simple URL Shortener server by Guillotine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

Simple URL Shortener server by Guillotine

Install

git clone https://github.com/jinhucheung/url-shortener.git

cd url-shortener

./script/install.sh

vim config/datbase.yml    // update database settings

./script/migrate.sh

Start

bundle exec unicorn -c config/unicorn.rb -D

curl http://localhost:3100 -i -F "url=http://git.com/url"

About

Simple URL Shortener server by Guillotine


Languages

Language:Ruby 90.8%Language:Shell 9.2%