File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
1616bank-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
2121pacts 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
5757Inside accounts folder run
5858```
5959mvnw spring-boot:run
@@ -67,7 +67,7 @@ If accessing an external port has limited in your organization, this command (mv
6767java -jar target/product1-0.0.1-SNAPSHOT.jar
6868
6969```
70- ## How to run bank-ui
70+ ## How to run bank-ui standalone
7171
7272Inside 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
8787Inside microservice-test(root) folder in command run
8888```
You can’t perform that action at this time.
0 commit comments