Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 502 Bytes

File metadata and controls

23 lines (15 loc) · 502 Bytes

RESTful API backend service for the Widget App

Requirements

Java 21 -- Java can be acquired using SDKMAN!

Running the Application

Start the server using Gradle:

./gradlew bootRun

Execute tests using Gradle:

./gradlew test

Assumptions / Notes

  • I have not made use of any database for persisting the widgets. It just stores the values in a List.
  • I have added 3 widgets by default just to show something initially. Feel free to delete.