Kanban board app for task and project management.
- Manage Tasks and Categories
- Drag and Drop tasks for organizing and moving tasks to different categories
- Simple Authentication
2024-09-05.15-47-51.mp4
- Rails 7.1.3.2
- Ruby 3.1.0p0
- postgresql
- node v21.2.0 (for vite-rails)
-
Clone This repo.
-
Install the gems:
bundle install
-
create and migrate db:
rails db:create rails db:migrate