From 57d3dc95f41d5eb6013e657cfa8ddd33884ebc4a Mon Sep 17 00:00:00 2001 From: Jonas Poulsen <62690634+Schoogle@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:19:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a51d0c72..a6613dee 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ In the terminal write the command: `docker compose up -d` The Docker compose will setup the database and seed it with sample data before starting the web-api. +**The database can be accessed from port 5100** + You can confirm the web-api is running by going to the [swagger endpoint](http://localhost:5000/swagger). ## License