Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 391 Bytes

README

Requisites

  • Java
  • Gradle
  • Preferred IDE/Text editor
  • Internet connection

Basic commands

  • $ ./gradlew test: run tests
  • $ ./gradlew build: builds the project
  • $ java -jar build/libs/horse-racing-0.1.0.jar: runs the server

Point your browser to http://localhost:8080/horse-racing to read the wording of the exercise.