Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
while1618 committed Dec 30, 2024
1 parent 06e60e4 commit 192de73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Requirements

Before running, you'll need to have the following software installed on your machine:

- java 21
- maven
- docker
Expand Down Expand Up @@ -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
- api-docs: http://localhost:8080/swagger-ui/index.html
1 change: 1 addition & 0 deletions frontend/svelte-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Requirements

Before running, you'll need to have the following software installed on your machine:

- node
- npm
- pnpm
Expand Down

0 comments on commit 192de73

Please sign in to comment.