$ git clone https://github.com/donchan922/rails-todo-sample.git
$ cd rails-todo-sample
$ bundle install
$ rails db:migrate
$ rails server
Access to http://localhost:3000/tasks
For details, refer to the following link.
Ruby on Railsで簡単なToDoアプリを作ってみる - Reasonable Code
- Twitter: @donchan922
- Github: donchan922
This software is released under the MIT License.