# url-shortener **Repository Path**: jimcheung/url-shortener ## Basic Information - **Project Name**: url-shortener - **Description**: Simple URL Shortener server by Guillotine - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # URL Shortener Simple URL Shortener server by [Guillotine](https://github.com/technoweenie/guillotine) ## Install ```shell 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 ```shell bundle exec unicorn -c config/unicorn.rb -D curl http://localhost:3100 -i -F "url=http://git.com/url" ```