Modern movie ticket booking application built with Rails 8.1.2 and PostgreSQL.
Tech Stack:
- Rails 8.1.2
- Ruby 3.4.3
- PostgreSQL
- Hotwire (Turbo + Stimulus)
- Tailwind CSS 4
- Importmap for JavaScript
- Ruby 3.4.3 - Use RVM, rbenv, or asdf
- Bundler 2.1.4 or higher -
gem install bundler - PostgreSQL - Must be installed and running
Clone this repository and install dependencies:
bundle installCreate and migrate the database:
rails db:create
rails db:migrateStart the development server:
bin/dev
# Or use rails server directly:
rails s
# Server will be available at http://localhost:3000Run the test suite:
bundle exec rspec