/trello-rails

The application Vue.js and Ruby on Rails

Primary LanguageJavaScript

Trello Clone

Tutorial : https://gorails.com/episodes/rails-vuejs-trello-clone-part-1

Used :

  • Rails 6.0.2.
  • Vue.JS.
  • PostgeSQL.
  • Redis.

Launching

Clone or download this repo

Add Yarn yarn install

Run command bundle install&&rails db:migrate

Start Redis redis-server

Run command bundle exec rails s

Visit to 0.0.0.0:3000