This repository includes two projects
- word-counter-lib
- word-counter-api
word-counter-lib has basic functionality to add and count words
word-counter-api
has been implemented in two ways.
It has two controller classes WordCounterController
and WordCounterControllerV2
.
WordCounterControllerV2
class use word-counter-lib
while the other one has its own implementation for add and count words.