Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 920 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 920 Bytes

Codacy Badge Build Status

Simple word counter for Solid Studio

It allows

  1. Adding new words for database.
  2. Getting number of occurrences of adding the given word.

Additional requirements

  1. Application data does not need to survive after restart JVM.
  2. Tests are required.
  3. Application has to be ready to use component of Spring Boot.
  4. Project has to be based on gradle or maven.
  5. It would be nice to be published on public repository.

Run tests

gradle test

Run application

gradle bootRun