Skip to content

Handling the UPS ACM's project for a Sustainability Services application, doing awesome "things". . . .

License

Notifications You must be signed in to change notification settings

williamrathje/SS-Collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS-Collection

Handling the UPS ACM's project for a Sustainability Services application, doing awesome "things". . . .

Setup

  • Clone using git clone https://github.com/bwjr/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.
    • Start your mongo instance with mongod --dbpath SS-Collection/data
    • 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.

Now you're ready to help out!

Links we may like

MySQL to Excel

About

Handling the UPS ACM's project for a Sustainability Services application, doing awesome "things". . . .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.0%
  • JavaScript 22.3%
  • Python 1.7%