Skip to content

Commit 0acdbfd

Browse files
authored
Update README.md
1 parent e9a090f commit 0acdbfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ cheques is a java sample client application for accounts service and includes a
1414
- CDC test for integration testing with transfer service for consumer side.
1515
# bank-ui
1616
bank-ui is a simple angular application that consumes accounts service and includes unit and consumer tests (CDC by Pact).
17-
- Solitary Unit testing for Angular components.
18-
- CDC test for integration testing with backend for consumer side.
17+
- Unit testing for Angular components.
18+
- CDC test for integration testing with backend(consumer side).
1919

2020
# pacts
2121
pacts is a folder for sharing contracts between consumers(bank-ui,cheques) and provider(accounts) in CDC tests.
@@ -53,7 +53,7 @@ npx jest .component.spec.ts
5353
```
5454
npx jest by a filter
5555

56-
## How to run accounts
56+
## How to run accounts microservice standalone
5757
Inside accounts folder run
5858
```
5959
mvnw spring-boot:run
@@ -67,7 +67,7 @@ If accessing an external port has limited in your organization, this command (mv
6767
java -jar target/product1-0.0.1-SNAPSHOT.jar
6868
6969
```
70-
## How to run bank-ui
70+
## How to run bank-ui standalone
7171

7272
Inside bank-ui folder in command run
7373
```
@@ -82,7 +82,7 @@ ng serve --proxy-config proxy.conf.json --verbose
8282
8383
```
8484

85-
## How to run by docker compose
85+
## How to run whole application by docker compose (accounts,bank-ui)
8686

8787
Inside microservice-test(root) folder in command run
8888
```

0 commit comments

Comments
 (0)