Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 721 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 721 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://recycling.herokuapp.com

Requirements

Getting Started

For more detailed instructions see the wiki

  • install dependencies npm install
  • 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