HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Create mechanism to run the app without launching flask #43

Open HarrisKirk opened 1 year ago

HarrisKirk commented 1 year ago

I want to be able to run the program to produce output without launching flask. This will isolate the gathering of the data from the serving of the data to a web client.

This ticket is a MVC issue - isolating the model from the view.