A single page movie application implemented with hotwire-turbo.
You will need Docker, docker-compose
and asdf
to install the project
dependencies and backing services.
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!
Running the tests is equally simple. Prefer writing system tests for new features.
rails test:all