Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…etCore into main
  • Loading branch information
oskardudycz committed Jul 13, 2021
2 parents 977eceb + b21ec9b commit e624f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ See also fully working, real-world samples of Event Sourcing and CQRS applicatio
- Builds read models using [Subscription to `$all`](https://developers.eventstore.com/clients/grpc/subscribing-to-streams/#subscribing-to-all).
- Read models are stored as Marten documents.

- **[Warehouse](./Sample/AsyncProjections/)**
- **[Warehouse](./Sample/Warehouse)**
- simplest CQRS flow using .NET 5 Endpoints,
- example of how and where to use C# Records, Nullable Reference Types, etc,
- No Event Sourcing! Using Entity Framework to show that CQRS is not bounded to Event Sourcing or any type of storage,
Expand Down
4 changes: 2 additions & 2 deletions Sample/EventStoreDB/ECommerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Sample is showing the typical flow of the Event Sourcing app with [EventStoreDB]
1. Go to [docker](./docker) and run: `docker-compose up`.
2. Wait until all dockers got are downloaded and running.
3. You should automatically get:
- Postgres DB running
- EventStoreDB UI (for event store): http://localhost:2113/
- Postgres DB running (for read models)
- PG Admin - IDE for postgres. Available at: http://localhost:5050.
- Login: `admin@pgadmin.org`, Password: `admin`
- To connect to server Use host: `postgres`, user: `postgres`, password: `Password12!`
- EventStoreDB UI: http://localhost:2113/
4. Open, build and run `ECommerce.sln` solution.
- Swagger should be available at: http://localhost:5000/index.html

Expand Down

0 comments on commit e624f4b

Please sign in to comment.