❗ After clone, execute bundle to install the necessary ruby gems
An open source url shortener made with the ruby web framework sinatra.
- Clone this project.
- Modify config/database.yml to yours database configuration.
- Execute
bundlecommand. - To start application for example in port 3000 execute
rackup -p 3000command.
