From 084da61ecec73306fb1629bff965986073291e33 Mon Sep 17 00:00:00 2001 From: Paul Frank Date: Sat, 21 Dec 2024 12:40:52 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 980bb40..448b31b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ +# Table Booking API +Client for this api can be found at different repository at this URL: https://github.com/TeriyakiGod/tablebooking_flutter ## Prerequisites * Install Docker +* Install.NET 8.0 ## Application setup In order to get the application running locally along with seeded database perform these steps: 1. Make sure container named 'tablebooking_api_db' doesn't exist in your docker environment -2. Write those secret values received from Paweł Frankowski to 'Solution Items/.env' file: +2. Write those secret values received from Pawel Frankowski to 'Solution Items/.env' file: POSTGRES_USER=... POSTGRES_PASSWORD=... POSTGRES_DB=... @@ -16,4 +19,4 @@ In order to get the application running locally along with seeded database perfo ```bash docker compose up db ``` -4. Run the api locally (button) +4. Run the api locally (button) \ No newline at end of file