Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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=...
Expand All @@ -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)