Looks bash.org quotes by ID up on bash.org and posts to the Slack channel where the slash command was sent
Run mvn clean install spring-boot:run which will run the slash command listener at
http://localhost:8080/slash-command
If you'd like to have Slack point to your local environment, Go to
https://api.slack.com/apps/YOUR-APP-ID/slash-commands
and edit the bash Request URL to point to your local environment (use e.g. ngrok to expose your
environment to the internet)
Simply run cf push from the project's root!