Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.01 KB

File metadata and controls

45 lines (37 loc) · 1.01 KB

alt text

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

1. Install mongodb:

mongoimport --db knowSeattle --collection neighborhoods --drop --jsonArray --file ./webroot/data/seattle.json

2. Install Node.js and NPM:

3. Clone this repo and get to the root directory via your command line:

cd ad440-knowseattle

4. Install necessary Node dependencies:

npm install

5. Run the server:

node server.js