Skip to content

nathanesau/ezhacks

Repository files navigation

ezhacks

EZHacks2021 hackathon at Simon Fraser University.

We built a web app. It is live at http://ezhacks2021.strangled.net.

About

All our code was written in python. We got the data from finnhub. We used dataprep to pull the data. We used matplotlib to create the plots. We created the site using flask. The site allows you to view the graphs and the data that we used.

Development Instructions

Requirements:

Deployment Instructions

To run the site on DigitalOcean, use the following command(s):

# run the image
docker run -p 80:80 --name ezhacks-app -d nathanesau/ezhacks:ezhacks-app

Folder Structure

  • data: contains the data, obtained using finnhub and dataprep
  • dataprep-code: contains our dataprep-code
  • ezhacks-app: contains the flask app
  • ezhacks-nginx: contains the nginx configuration
  • scripts: contains scripts for creating graphs, populating db, etc.