This is a Rails app for shortening URLs. The app is built on top of Docker and uses Postgres as a datastore.
2.5.0
5.1.5
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!
In a 2nd terminal window run:
./scripts/db_create.sh
Then:
./scripts/db_migrate.sh
./scripts/test.sh
./scripts/shutdown.sh