Concept: In return for a commitment to go out once a week to pick up the litter on a block, we supply citizens of Philadelphia with a trash grabber.
Email you questions to notinphilly@gmail.com
To run the app locally:
- Git clone the solution.
- Install nodejs, npm, bower, and mongodb.
- Run
npm install
in the local project root folder. - Run
bower install
in the local project root folder.
- Ensure
mongodb
is running (different depending on your install method) - Move to the database operations directory
cd db_import
- Run
sh db_import/import_db_local.sh
in terminal to create and seed the database.
- Contact Yury for
apiSettings.js
andserverSettings.js
values. - Populate api keys and server settings in server/config.
- Run node server, you can now access the server at http://localhost:8080.