From 3d946785ae51b9ae094f3c1cd58d4d6b88ca7d13 Mon Sep 17 00:00:00 2001 From: Vesa Lukkarila <96620790+vesalukkarila@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:01:03 +0300 Subject: [PATCH] add link to documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e95dc2..b8c277d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ To run the application, you have two choices: ``` 3. Open the api in http://localhost:8080 +## Documentation +Since this project is developed in plain Spring (which doesn't natively support Swagger), the OpenAPI specification has been manually written to describe the API endpoints, request bodies, responses, and error handling. Documentation is hosted at github pages: +https://vesalukkarila.github.io/songs-api/ + ## Endpoints