Rails To-do A simple to-do application built using Ruby on Rails Steps to install and run the project bundle install rake db:create rake db:migrate rails s go to: http://localhost:3000/todos References https://guides.rubyonrails.org/getting_started.html