This repository is the live website used for tracking flights and reporting on data.
Node.JS Both node
and npm
should be in your $PATH
.
g++ Required for compiling some of the libraries we are using.
config.json
: This is a config file containing DB connection info (mongodb) (params can be seen in lib/db.js
)
If you're unfamiliar with node.js, this is a standard deployment:
npm install
: This will install the dependencies for the project (listed in package.json
)npm start
: This kicks off the server. If you're running locally, you can see the site on http://localhost:3000