Skip to content

A link shortener web application created using Ruby on Rails.

Notifications You must be signed in to change notification settings

WeiSin99/link-shortener

Repository files navigation

Link shortener

Project Screenshot A web application that can be used to shorten long url.

Tech Stack

  • Backend: Ruby on Rails
  • Database: PostgreSQL
  • Frontend: HTML, CSS, JavaScript
  • Testing: rspec

System Dependencies

  • Git
  • Ruby
  • NodeJS
  • Yarn
  • PostgreSQL

Project Setup

Setup

# install gems
bundle install

# install javascript dependencies
yarn install

# create your local database
rails db:create

# run database migration
rails db:migrate

Run development

# Run a development server on http://localhost:3000/
rails server

Run tests

# Run ruby test suite
bundle exec rspec

About

A link shortener web application created using Ruby on Rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published