GregJMitchell / Task_Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About


Languages

Language:Ruby 75.9%Language:HTML 18.8%Language:JavaScript 3.3%Language:CSS 2.0%