Shortl is a simple application for users to generate shortened links.
Shortl is hosted on Heroku.
- Stimulus.js
- TypeScript
- HTML5
- SCSS
- Ruby
- Ruby on Rails
After you cloned the repo, enter the relevant directory.
These steps assume that you already have Docker and Docker Compose on your machine.
If you're using Postgres.app, please ensure that it is not running.
docker-compose build
docker-compose run web rails db:create db:migrate
docker-compose up
Shortl uses yarn
for managing packages.
bundle install
yarn install
rails db:create db:micreate
rails s