Concept: In return for a 6 month commitment to go out once a week to pick up the litter on a block, we supply citizens of Philadelphia with a trash grabber.
The google doc with all the notes up to now: Here
To run the app locally:
- Git clone the solution
- Install nodejs, npm, bower, mongodb
- Run
npm installin the folder - Run
bower install - Seed database by uncommenting seeder in
server/config/db - Run
node serverto start the server, which you can access at http://localhost:8080.