TaskMaster is a real-time task management web application built with Ruby on Rails, Stimulus Reflex, CableReady, PostgreSQL, and Bootstrap. This README provides an overview of the application's setup and configuration.
This application is built using Ruby 3.x. Ensure you have the correct version installed. You can manage Ruby versions using rbenv or rvm.
- Ruby 3.x
- Rails 7.x
- PostgreSQL
- Node.js (for managing JavaScript dependencies)
- Yarn (for managing JavaScript packages)
- Install Bundler: Make sure Bundler is installed:
gem install bundler