#KnowSeattle alt text

Stories in Ready

##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:
  1. Install Node.js and NPM:
  1. Clone this repo and get to the root directory via command line (i.e.):

     `cd ad440-knowseattle`
    
  2. Install necessary Node dependencies:

     `npm install`
    
  3. Run the server:

     `node server.js`