Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

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.

Notifications You must be signed in to change notification settings

WaltersArtMuseum/public_works

 
 

Repository files navigation

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

[email protected]: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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.2%
  • HTML 27.3%
  • JavaScript 3.3%
  • CSS 1.8%
  • CoffeeScript 0.4%