From fd9a1f428402e2627bb25b170ce2ae9642f1a611 Mon Sep 17 00:00:00 2001 From: Sean Starkey Date: Mon, 1 Jun 2026 16:17:42 -0600 Subject: [PATCH] Update readme with notes app information. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1179d05..021953f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ JWT_SECRET=dev-secret-change-me-do-not-use-in-production mvn spring-boot:run - Flyway for DB schema control - JWT for auth +## Test App +A React app located at https://git.seanstarkey.dev/starkey/notes was used to test the API. This app exercises the API and displays REST requests/responses for debugging. It runs in a docker container. + ## API Endpoints ### Authentication