Skip to content

tonisostrat/exercise-home-alone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Alone exercise

A small demo put together according to the exercise spec

Requirements

  • Java >= 17

Building and running

./gradlew build

will generate a distributale in ./build/libs

which you can then run using

java -jar ./build/libs/exercise-home-alone.jar

Development

./gradlew bootRun

will spin up a development server accessible @ http://localhost:8080

Testing

You can run all tests using

./gradlew test

after which reports will be generated in ./build/reports and ./build/test-results

Author

Tõnis Ostrat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages