Skip to content

Commit f24720c

Browse files
authored
Merge pull request #12 from anycode-pk/update-readme
update readme
2 parents a1f674d + 084da61 commit f24720c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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

710
In order to get the application running locally along with seeded database perform these steps:
811

912
1. 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
1720
docker compose up db
1821
```
19-
4. Run the api locally (button)
22+
4. Run the api locally (button)

0 commit comments

Comments
 (0)