File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # Table Booking API
2+ Client for this api can be found at different repository at this URL: https://github.com/TeriyakiGod/tablebooking_flutter
13## Prerequisites
24
35* Install Docker
6+ * Install.NET 8.0
47
58## Application setup
69
710In order to get the application running locally along with seeded database perform these steps:
811
9121 . Make sure container named 'tablebooking_api_db' doesn't exist in your docker environment
10- 2 . Write those secret values received from Pawe³ Frankowski to 'Solution Items/.env' file:
13+ 2 . Write those secret values received from Pawel Frankowski to 'Solution Items/.env' file:
1114 POSTGRES_USER=...
1215 POSTGRES_PASSWORD=...
1316 POSTGRES_DB=...
@@ -16,4 +19,4 @@ In order to get the application running locally along with seeded database perfo
1619``` bash
1720docker compose up db
1821```
19- 4 . Run the api locally (button)
22+ 4 . Run the api locally (button)
You can’t perform that action at this time.
0 commit comments