❗ 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
bundle
command. - To start application for example in port 3000 execute
rackup -p 3000
command.