Basic To-Do list app built in Rails. Allows users to add To-Do list items and mark each as done.
- Clone the repository using
$ git clone - Run
$ rake db:createand$ rake db:migratefrom the directory you cloned into - Run
$ rails server - Go to http://localhost:3000/tasks in a web browser to use the program.
20 August 2014 Anna Valkov and Andrew M Westling via Epicodus
MIT