Crowdsourcing data about which residential buildings do not have recycling in Chicago
The app can currently be found at http://mybuildingdoesntrecycle.com
For more detailed instructions see the wiki
- install dependencies
npm install
- Run the schema migrations
npm migrate:all
- Run
mongod
andmemcached
on default ports - run the app
node server.js
- Then visit http://localhost:3000 in your browser.
Run the tests with npm test