From 192de731fa681a58f892f45e3dc17d84ea352d10 Mon Sep 17 00:00:00 2001 From: Dejan Zdravkovic Date: Mon, 30 Dec 2024 11:53:50 +0100 Subject: [PATCH] lint --- backend/spring-boot/README.md | 3 ++- frontend/svelte-kit/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/spring-boot/README.md b/backend/spring-boot/README.md index 2d12c14f..73bf5652 100644 --- a/backend/spring-boot/README.md +++ b/backend/spring-boot/README.md @@ -5,6 +5,7 @@ ### Requirements Before running, you'll need to have the following software installed on your machine: + - java 21 - maven - docker @@ -47,4 +48,4 @@ docker-compose -f docker-compose-api-dev.yml up --build -d You can find the API on the following urls: - api: http://localhost:8080/v1/users -- api-docs: http://localhost:8080/swagger-ui/index.html \ No newline at end of file +- api-docs: http://localhost:8080/swagger-ui/index.html diff --git a/frontend/svelte-kit/README.md b/frontend/svelte-kit/README.md index bd5ece5a..ccd7fe19 100644 --- a/frontend/svelte-kit/README.md +++ b/frontend/svelte-kit/README.md @@ -5,6 +5,7 @@ ### Requirements Before running, you'll need to have the following software installed on your machine: + - node - npm - pnpm