Skip to content

discardedhunk/url-shortener

Repository files navigation

README

Jason LaCarrubba's URL Shortener

This is a Rails app for shortening URLs. The app is built on top of Docker and uses Postgres as a datastore.

Install:

Docker For Mac

Ruby version

2.5.0

Rails Version

5.1.5

Build and Run

From the project's root directory:

./scripts/build.sh

In one terminal window run:

./scripts/run.sh

Leave the app running in the this terminal window!

Database Creation and Migration

In a 2nd terminal window run:

./scripts/db_create.sh

Then:

./scripts/db_migrate.sh

Tests

./scripts/test.sh

Usage

Tye Me

Shutdown

./scripts/shutdown.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published