Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 378 Bytes

The application is a Spring Boot application with a rest API.

You can launch it from command line by typing ./mvnw. You can access the endpoints at http://localhost:8080/reporting:

  • /most-popular-ticker will call TransactionStatistics
  • /traders-total-traded-values/{date} and /first-trades-of-the-year/{year} will call The SQL