Update readme with notes app information.

This commit is contained in:
2026-06-01 16:17:42 -06:00
parent 974e8b56f4
commit fd9a1f4284

View File

@@ -43,6 +43,9 @@ JWT_SECRET=dev-secret-change-me-do-not-use-in-production mvn spring-boot:run
- Flyway for DB schema control - Flyway for DB schema control
- JWT for auth - 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 ## API Endpoints
### Authentication ### Authentication