Skip to content

Commit e624f4b

Browse files
committed
2 parents 977eceb + b21ec9b commit e624f4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ See also fully working, real-world samples of Event Sourcing and CQRS applicatio
408408
- Builds read models using [Subscription to `$all`](https://developers.eventstore.com/clients/grpc/subscribing-to-streams/#subscribing-to-all).
409409
- Read models are stored as Marten documents.
410410

411-
- **[Warehouse](./Sample/AsyncProjections/)**
411+
- **[Warehouse](./Sample/Warehouse)**
412412
- simplest CQRS flow using .NET 5 Endpoints,
413413
- example of how and where to use C# Records, Nullable Reference Types, etc,
414414
- No Event Sourcing! Using Entity Framework to show that CQRS is not bounded to Event Sourcing or any type of storage,

Sample/EventStoreDB/ECommerce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Sample is showing the typical flow of the Event Sourcing app with [EventStoreDB]
1515
1. Go to [docker](./docker) and run: `docker-compose up`.
1616
2. Wait until all dockers got are downloaded and running.
1717
3. You should automatically get:
18-
- Postgres DB running
18+
- EventStoreDB UI (for event store): http://localhost:2113/
19+
- Postgres DB running (for read models)
1920
- PG Admin - IDE for postgres. Available at: http://localhost:5050.
2021
- Login: `[email protected]`, Password: `admin`
2122
- To connect to server Use host: `postgres`, user: `postgres`, password: `Password12!`
22-
- EventStoreDB UI: http://localhost:2113/
2323
4. Open, build and run `ECommerce.sln` solution.
2424
- Swagger should be available at: http://localhost:5000/index.html
2525

0 commit comments

Comments
 (0)