Public Works is an app that was built at the second annual Art Bytes Hackathon hosted by the The Walters Art Museum. It is a prototype of how to collect and present data of public art and monuments in Baltimore City.
The application is running and hosted at http://public-works.herokuapp.com/.
You will need a system with Ruby, Rails, and Postgres.
- Clone the repo
git@github.com:alimi/public_works.git
- Install gems
bundle install
- Copy database config
cp config/database.yml-example config/database.yml
and update username/password
- Create and setup databases
rake db:create:all
rake db:migrate
rake db:test:prepare
- Open the app in your favorite browser at http://localhost:3000
Nope. Hackathon.