Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 212 Bytes

File metadata and controls

12 lines (6 loc) · 212 Bytes

How to run?

Run docker compose to run a postgres container locally

docker compose up -d

Run the spring application

./gradlew bootRun

Refer to resources/generated-requests.http for example requests.