• Java >8

  • Micronaut 1.2.7

  • Mobile phone

  • Telegram account

  • Ngrok account (free tier) and ngrok cli

  • Heroku account (free tier) and heroku-cli

  • curl or httpie

Java and Micronaut

Let’s check it:

$ java -version
$ mn --version

In case you missed something you can use SdkMan:

$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk install java 11.0.5-zulu
$ sdk install micronaut 1.2.7

Ngrok

Let’s check it:

$ $HOME/ngrok -version

In case you missed, download and install from the web page https://dashboard.ngrok.com/get-started:

  • download

  • extract

  • authorize

  • check

Heroku

Let’s check it:

$ heroku -v

The Workshop

Next