Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 707 Bytes

TaskMaster

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.

Ruby Version

This application is built using Ruby 3.x. Ensure you have the correct version installed. You can manage Ruby versions using rbenv or rvm.

System Dependencies

  • Ruby 3.x
  • Rails 7.x
  • PostgreSQL
  • Node.js (for managing JavaScript dependencies)
  • Yarn (for managing JavaScript packages)

Configuration

  1. Install Bundler: Make sure Bundler is installed:
    gem install bundler