/to_do_list

My personal task manager

Primary LanguageRuby

To Do List

App uses Ruby on Rails, React.js and Bulma.

Run locally

  1. Ensure You have installed:
  1. Install bundler:

    gem install bundler
  2. Install ruby dependencies:

    bundle install
  3. Install js dependencies:

    yarn install
  4. Prepare the database:

    bundle exec rails db:create
    bundle exec rails db:migrate
    bundle exec rails db:seed
  5. Run the application:

    bundle exec rails server