Skip to content

jinhucheung/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors