#Quick ToDo List This app is a quick to do list for users.

##Authors Keebz

##Setup In your terminal, clone this repo:

$ clone https://github.com/keebz/todo_Ajax_practice.git

Make sure you've installed postgres and have started the server:

$ postgres

Install all the dependencies:

$ bundle install

Set up the databases on your local machine:

$ rake db:create
$ rake db:schema:load

Finally, start the rails server:

$ rails s

It should now be available at localhost:3000.

##License MIT