8000 GitHub - jinhucheung/url-shortener: Simple URL Shortener server by Guillotine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Releases

No releases published

Packages

No packages published
0