- Docker must be installed
- make dc-build-up
- curl --location --request GET 'http://localhost:8080/word-frequency/api/words/highest-frequency?text=The sun shines over the lake'
- curl --location --request GET 'http://localhost:8080/word-frequency/api/words/frequency-for-word?text=The sun shines over THe lake&word=THE'
curl --location --request GET 'http://localhost:8080/word-frequency/api/words/most-n-frequent?text=The sun shines over the lake&nFrequentWords=3'