/trello-clone

A simple trello implementation using Rails, React and Redux

Primary LanguageRuby

Trello Clone App

Requirements

  • Ruby >= 2.4.0
  • PostgreSQL

Installation

bundle install
bundle exec rake db:create
bundle exec rails s
open http://localhost:3000