Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 539 Bytes

A simple rest application to collect and store statistics from a field with complexity O(1)

Documentation

Implemented the application using spring boot, jdk 8, lombok and h2 database.

NOTE: This project might require annotation processing to be enabled on the IDE and lombok plugin

Run this project as a Spring Boot app, e.g. import into IDE and run main method, or use Gradle:

$ gradle run

Api(Swagger) documentation

Once application is running access the documentation of the api