Skip to content

Commit

Permalink
Updated the READMEs based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Aug 6, 2021
1 parent 7d05613 commit 8273d1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
19 changes: 9 additions & 10 deletions CQRS_Flow/.NET/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ This sample is showing a typical flow of the Event Sourcing pattern with [Event

## Prerequisities

1. Install .NET Core 5.0 - https://dotnet.microsoft.com/download/dotnet/5.0.
2. Install Visual Studio 2019, Rider or VSCode.
3. Install docker - https://docs.docker.com/docker-for-windows/install/.
4. Open `ECommerce.sln` solution.
- .NET 5.0 - https://dotnet.microsoft.com/download/dotnet/5.0.
- Visual Studio 2019, Jetbrains Rider or VSCode.
- Docker - https://docs.docker.com/docker-for-windows/install/.

## Running

1. Run: `docker-compose up`.
2. Wait until all dockers are up and running.
3. You should automatically get:
- EventStoreDB UI: http://localhost:2113/
- ElasticSearch running at http://localhost:9200
- Kibana - UI for ElasticSearch . Available at: http://localhost:5601
2. Wait until all Docker containers are up and running.
3. Check that you can access each started component the following URLs:
- EventStoreDB: http://localhost:2113/ (use the default user `admin` and password `changeit`)
- ElasticSearch: http://localhost:9200
- Kibana: http://localhost:5601
4. Open, build and run `ECommerce.sln` solution.
- Swagger should be available at: http://localhost:5000/index.html
- The Swagger UI should be available at: http://localhost:5000/index.html

## Overview

Expand Down
11 changes: 5 additions & 6 deletions Crypto_Shredding/.NET/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ Read more in the [Diego Martin](https://github.com/diegosasw) article ["Protecti

## Prerequisities

1. Install .NET Core 5.0 - https://dotnet.microsoft.com/download/dotnet/5.0.
2. Install Visual Studio 2019, Rider or VSCode.
3. Install docker - https://docs.docker.com/docker-for-windows/install/.
4. Open `ECommerce.sln` solution.
- .NET 5.0 - https://dotnet.microsoft.com/download/dotnet/5.0.
- Visual Studio 2019, Jetbrains Rider or VSCode.
- Docker - https://docs.docker.com/docker-for-windows/install/.

## Running

1. Run: `docker-compose up`.
2. Wait until all dockers are up and running.
3. You should automatically get:
2. Wait until all Docker containers are up and running.
3. Check that you can access each started component the following URL:
- EventStoreDB UI: http://localhost:2113/
4. Open, build and run [tests](./src/CryptoShredding.IntegrationTests/EventStoreTests/GetEventsTests.cs) in [CryptoShredding.sln](CryptoShredding.sln) solution.

Expand Down

0 comments on commit 8273d1b

Please sign in to comment.