WaltersArtMuseum / public_works

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.

Home Page:http://public-works.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Works

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/.

Development

You will need a system with Ruby, Rails, and Postgres.

  1. Clone the repo

git@github.com:alimi/public_works.git

  1. Install gems

bundle install

  1. Copy database config

cp config/database.yml-example config/database.yml

and update username/password

  1. Create and setup databases
rake db:create:all
rake db:migrate
rake db:test:prepare
  1. Open the app in your favorite browser at http://localhost:3000

Tests?

Nope. Hackathon.

About

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.

http://public-works.herokuapp.com/


Languages

Language:Ruby 67.3%Language:HTML 27.3%Language:JavaScript 3.3%Language:CSS 1.8%Language:CoffeeScript 0.4%