Handling the UPS ACM's project for a Sustainability Services application, doing awesome "things". . . .
- Clone using git clone https://github.com/krwenholz/SS-Collection
- cd in there
- collection-app is the app directory
- You can install all dependencies with npm install
- To set up the database (on an empty mongodb):
- Run
python binparse.py locations.xlsx - The fresh file generated is a json representation of the bin definitions.
- Run
mongoimport --db ss-collection --collection bin_defs --file json_bins.txt - If the above command worked, you should have many bins in your mongodb.
- Run
Now you're ready to help out!