Skip to content

Latest commit

 

History

History
91 lines (54 loc) · 1.68 KB

README.md

File metadata and controls

91 lines (54 loc) · 1.68 KB

STRATOSPHERE

Challenge

This is our solution to the STRATOS challenge

Team

We are the EH-Team, and we consist of:

eh team

Location

We participated in the Waterloo region chapter of the Space Apps Challenge

Video Presentation

The video of the presentation is available at: this link

Powerpoint Presentation

The presentation is available in this repository at: this link

Code

This repository contains the code for both the interface and the server with micro-service

Dependencies

  1. VueCLI - for the interface
  2. NodeJS, ExpressJS, AxiosJS, and Cors - for the server
  3. Python3, Flask, and Flask_Cors - for the parsing micro-service

Install

Server

in the root of the server run:

yarn install

Micro-Service

in the root of the micro-service folder (server/micro-service) run:

pip install -r requirements.txt

Web Interface

in the root of the front-end folder (stratos/) run:

yarn install

Running the Services

Server

in the root of the server run:

yarn start

Micro-Service

in the root of the micro-service folder (server/micro-service) run:

python app.py

Web Interface

in the root of the front-end folder (stratos/) run:

yarn serve

Once all three are running, STRATOSPHERE will be ready to use!