Task Manager

Setup

To get this repository cloned down and set up locally:

$ git clone git@github.com:turingschool-examples/task_manager_rails_complete.git
$ cd task_manager_rails_complete
$ bundle install
$ rake db:{drop,create,migrate}

Running Locally

After completing the setup, you can now start your server with $ rails s and navigate to http://localhost:3000/