Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Nov 19, 2024
1 parent c5f5158 commit 0f7836c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For the moment, to build this project you should
- URL base: http://localhost:8080
- URL login: http://localhost:8080/auth/login
- URL patients: http://localhost:8080/patients
- URL swagger: http://localhost:8080/swagger-ui.html
- URL swagger: http://localhost:8080/swagger-ui/index.html

You can see Swagger API Documentation at: http://localhost:8080/swagger-ui/index.html

Expand Down Expand Up @@ -104,14 +104,14 @@ Make sure you have docker with docker-compose installed, then run the following
- (optional - demo data after set the database container, English only) run `docker compose run --rm oh-database-init`
- run `docker compose up backend`

When done successfully, head over at http://localhost:[API_PORT]/swagger-ui/
When done successfully, head over at http://localhost:[API_PORT]/swagger-ui/index.html

You can change the deployment branch using the .env file.

NOTE:

- API should be already available from LAN at http://your-server-ip:[API_PORT]
- Swagger will be available at http://[API_HOST]:[API_PORT]
- Swagger will be available at http://[API_HOST]:[API_PORT]/swagger-ui/index.html

## How to generate openapi specs

Expand Down

0 comments on commit 0f7836c

Please sign in to comment.