create separate console app, which will provide ability to interact with main application from the terminal - [x] add http api to main application - [x] create console app - [x] implement main app access via `HttpClient` - [x] display calculated values in UI window - [x] add ability to start/stop jobs - [x] export received values to .sql file - [x] show progress bar during values loading - [ ] immediately calculate values - [ ] apply visible values to database server - [x] show error messages - [ ] view application logs (?)
create separate console app, which will provide ability to interact with main application from the terminal
HttpClient