Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aliumairdev/url-shortner

Repository files navigation

URL Shortner

You probably have known about shorten URL services on the web such as bit.ly or goo.gl. It is quite handy, isn’t it? Especially when you found a really great recipe web link and want to share it to your friend or just want to jot it down on your note. This repository has been created to convert a url to shorten URL.

Please setup your environment following the Getting Started section before starting the challenge.

Getting Started

  1. Clone repository

  2. Install Ruby version

$ rvm install 2.7.3
  1. Install PostgreSQL >9.4 and start it
$ brew install postgresql
  1. Run setup
$ bin/setup
  1. Run specs
$ bin/rspec
  1. Start the server
$ bin/rails server
  1. Open your browser

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published