Try Data Curriculum

This app contains the curriculum for the Try Data workshops for Turing Schools Data Analytics program.

Setting up the app

This app contains a database that students can use interactively. To setup the database, run the following command in your terminal:

ruby db/load_data.rb

If you get an error message that your database doesn't exist, run the following command in your terminal:

createdb [name of the required database shown in the error message]

If you don't have postgresql installed, you can install it with homebrew running the follwing command in your terminal:

brew install postgresql

For more information about how to install homebrew click here.

Running the app

To launch the app locally, run the following command in your terminal:

shotgun config.ru

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.