Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 884 Bytes

SS-Collection

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

Setup

  • Clone using git clone https://github.com/UPS-ACM/SS-Collection.git
  • 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