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