This is our solution to the STRATOS challenge
We are the EH-Team, and we consist of:
- Ethan Elliott: [email protected]
- Brent Myers: [email protected]
- Anirudh Mungre: [email protected]
We participated in the Waterloo region chapter of the Space Apps Challenge
The video of the presentation is available at: this link
The presentation is available in this repository at: this link
This repository contains the code for both the interface and the server with micro-service
- VueCLI - for the interface
- NodeJS, ExpressJS, AxiosJS, and Cors - for the server
- Python3, Flask, and Flask_Cors - for the parsing micro-service
in the root of the server run:
yarn install
in the root of the micro-service folder (server/micro-service) run:
pip install -r requirements.txt
in the root of the front-end folder (stratos/) run:
yarn install
in the root of the server run:
yarn start
in the root of the micro-service folder (server/micro-service) run:
python app.py
in the root of the front-end folder (stratos/) run:
yarn serve
Once all three are running, STRATOSPHERE will be ready to use!