Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 725 Bytes

Open Data Accountability

Small dashboard app tracking Nashville's Metro Government Open Data Initiative. Displays a timeline of all Datasets being added and how often they are updated

Data Sets

To see all available datasets, visit: https://www.data.gov/app/uploads/2014/11/opendatasites1.csv

Requirements

  1. This is a Rails 4.2.1 project
  2. The deployment target is currently the Heroku PaaS

Getting Started

  1. Install Ruby (Preferably with http://www.rvm.io)
  2. Install Bundler gem install bundler
  3. Clone this repository! git clone git@github.com:code-for-nashville/open-data-accountability.git
  4. bundle install
  5. rake db:migrate
  6. rails s
  7. Go to: http://localhost:3000