/Rello

Trello-like application with a JavaScript React Redux frontend and Ruby on Rails backend via REST API

Primary LanguageJavaScript

How to set up the application

  • Run bundle install from the root directory to install ruby dependencies
  • Run yarn install to install npm packages
  • Run rails db:setup to setup the database
  • rails s to start the application