Skip to content

GelLiNN/AD440-KnowSeattle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • CSS 13.3%
  • HTML 3.3%
  • PHP 1.8%
  • Shell 0.1%