##KnowSeattle is a location-based webservice Built by NSC AD, powered by Node and Apache
###Information Groups:
- Walk Score
- Hospitals
- Parks
- Culture
- Jobs
- Schools
- Art
- Crime
- Properties
- Concerts
- Food
##Installation & Run
- Install mongodb:
- Mac OS X: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
- Windows: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
- Once you are running the server, load the data into the DB with the following command at the root of the repo
mongoimport --db knowSeattle --collection neighborhoods --drop --jsonArray --file ./webroot/data/seattle.json
- Install Node.js and NPM:
-
Clone this repo and get to the root directory via command line (i.e.):
`cd ad440-knowseattle`
-
Install necessary Node dependencies:
`npm install`
-
Run the server:
`node server.js`