Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 525 Bytes

Turbo Movies

A single page movie application implemented with hotwire-turbo.

Requirements

You will need Docker, docker-compose and asdf to install the project dependencies and backing services.

Getting Set Up

Setup is very simple at the moment, just install the project dependencies

asdf install

and then run

bin/setup
rails db:seed

and you're good to go!

Testing

Running the tests is equally simple. Prefer writing system tests for new features.

rails test:all