/todo-rails

Simple todo app I made in Ruby on Rails

Primary LanguageRubyMIT LicenseMIT

Todo web app

Simple Todo web app made in Ruby on Rails 7

Screenshots

How to run it

  1. Install Ruby, Node.js and clone this repo
  2. Install dependencies
bin/bundle install
npm install
  1. Run database migrations
bin/rails db:migrate
  1. Build CSS and JS
npm run build
npm run build:css
  1. Start the server
bin/rails server