From fa6b4e94c11d0623265ed3ce406deb27544fda4f Mon Sep 17 00:00:00 2001 From: romanschneidersva <156323591+romanschneidersva@users.noreply.github.com> Date: Tue, 12 Mar 2024 08:37:52 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2c72e7d1..4bf13ae9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Num-portal -### Building and running locally +## Building and running locally 1. Postgres should be up and running, instructions below @@ -9,7 +9,7 @@ In the root folder of the project, open cmd and run: 1. Build app: ```mvn clean install``` 2. Run: ```mvn spring-boot:run``` -### Database +## Database Start a local instance of PostgreSQL: @@ -17,12 +17,12 @@ Start a local instance of PostgreSQL: docker run --name postgres -e POSTGRES_PASSWORD=postgres -d -p 5432:5432 postgres ``` -### Swagger +## Swagger http://localhost:8090/swagger-ui/ -### License +## License Copyright 2021 vitagroup AG