Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 774 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 774 Bytes

My Building Doesn't Recycle

Crowdsourcing data about which residential buildings do not have recycling in Chicago

The app can currently be found at http://mybuildingdoesntrecycle.com

Requirements

Getting Started

For more detailed instructions see the wiki

  • install dependencies npm install
  • Run the schema migrations npm migrate:all
  • Run mongod and memcached on default ports
  • run the app node server.js
  • Then visit http://localhost:3000 in your browser.

Tests

Run the tests with npm test