Step 5: Run app

Finally we can run the application.

With

.. Test first

.. Open in editor

.. go version in 1.12.9

.. go mod tidy

.. go build .\main.go

.. run needs API key

.. get API key https://newsapi.org/

So we now have an executing news web aplication that has demonstrated a number of qaskx-cli features.

But we have not finished yet. Lets build a Docker container anbd attach it to the definition.

And now we can move onto the next Step.

Errors

If the above did produce error messages, please re-run the command with the additional argument of “-v” for verbose logging to console.