This repository is particularly reserved for the Avionics Ground Station team, if you wish to see the code for the Avionics in-rocket telemetry systems please visit the Avionics repository.
The ground station code invovles the making of a GUI made using REACT-JS as the front-end using flaskApp as the backend where most of the functionality and communication with the in-rocket telemetry systems occurs. Flask is a microframework for Python based on Werkzeug, and Jinja 2. React makes it painless to create interactive UIs. React efficiently updates and renders just the right components when your data changes.
- Clone this repository:
git clone https://github.com/AstroJays-Hopkins/Ground-Station.git
- Install node.js and npm:
https://nodejs.org/en/
- Change your directory to be inside this repository and start npm
cd Ground-Station
npm start
- Travel to
localhost:3000
for the UI.