Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

EDGEResearchLab/live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDGE Research Lab: Live Telemetry Tracking

This repository is the live website used for tracking flights and reporting on data.

Deploy

Prereqs

  • 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)

Run

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