Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`