/trello-clone

Demo of Trello using Rails and Vue.js.

Primary LanguageRuby

TRELLO clone

Demo of Trello using Rails and Vue.js.

Quick Start

  1. Setup your project gems/libraries environment installing RVM.

    $ rvm install 2.5.3
    $ rvm use 2.5.3@trello-clone --create
  2. Install libraries.

    $ bundle install
    $ yarn install
  3. Prepare the database:

    $ rails db:setup
  4. Run the server

    $ rails s

Analytics