https://github.com/leobagua/short.er
Short.er url shortener made in rails.
https://github.com/leobagua/short.er
bitly rails rails5 ruby url-shortener
Last synced: 2 months ago
JSON representation
Short.er url shortener made in rails.
- Host: GitHub
- URL: https://github.com/leobagua/short.er
- Owner: leobagua
- License: mit
- Created: 2019-09-30T12:21:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T21:38:10.000Z (about 3 years ago)
- Last Synced: 2025-04-03T20:18:32.677Z (12 months ago)
- Topics: bitly, rails, rails5, ruby, url-shortener
- Language: CSS
- Homepage: https://shorter-demo.herokuapp.com/
- Size: 683 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Short.er
## Descrição:
Shorter is an application designed to shorten Urls.
For example, the URL `https://google.com.br/search?q=shorter` can be shortened to `https://short.er/sDfgT5a`
## Requerimentos:
* Ruby 2.7.1
* Rails 6.0.3.1
### Getting started
* git clone git@github.com:leobagua/short.er.git
* cd folder
* bundle
* rails s
* http://localhost:3000