Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedabutalib/urlke
URL shortener concept quickly written in Rails
https://github.com/syedabutalib/urlke
heroku rails ruby shortener url
Last synced: about 1 month ago
JSON representation
URL shortener concept quickly written in Rails
- Host: GitHub
- URL: https://github.com/syedabutalib/urlke
- Owner: SyedAbuTalib
- Created: 2020-07-13T15:54:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:20:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:37:27.904Z (almost 2 years ago)
- Topics: heroku, rails, ruby, shortener, url
- Language: Ruby
- Homepage: https://urlke.herokuapp.com/
- Size: 1.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urlke
This README documents the steps to get `urlke` up and running.
## Things to note:
* Ruby version: ruby 2.6.3p62
* Rails version: 6.0.3.2
* Configuration: run `bundle install`
* Database creation
* Database initialization
* ...
## How to run
run `bundle install`
run `rails db:setup` (assuming you want to use `seeds.rb`)
run `rails webpacker:install`
run `rails s`
open up `localhost:3000`