This website was created to share information about the 129 Chicago Public Schools that were under consideration for closing in Spring 2013. The website was later expanded to include all proposed school actions (closings, consolidations, turnarounds, receiving). For each school, there is demographic information about the student body, measures of school quality, stability, and capacity. Information about other schools in the area is also shown, to help families plan and to provide neighborhood context.
- Ruby / Ruby on Rails
- Bundler
- PostgreSQL
bundle
to install gem dependencies- start postgres
rake db:create
to create the databaserake db:migrate
to create the database tablesrake cps:import_all
to import data from CSV files inlib/tasks/data
rails server
to start the rails server
You should now be able to visit http://localhost:3000 and see a working local copy of the site.