From 7aa1404fcc42b13c29a26dc49dc275bb7fcad716 Mon Sep 17 00:00:00 2001 From: Marcus Fabarius Date: Mon, 29 Apr 2024 16:04:32 +0200 Subject: [PATCH] format readme.md --- README.md | 8 ++++---- local-env/.gitignore | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 local-env/.gitignore diff --git a/README.md b/README.md index 50c27ae5..293a7736 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/index.html -### License +## License Copyright 2024 HiGHmed e.V. diff --git a/local-env/.gitignore b/local-env/.gitignore deleted file mode 100644 index 4c49bd78..00000000 --- a/local-env/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.env