Skip to content

Commit 9a58c39

Browse files
authored
Merge pull request #326 from rml1997/patch-1
Update src/Readme.md to correct links
2 parents 8fb9b91 + 0d03e74 commit 9a58c39

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ Source code for each service of the MuShop solution
66

77
| Service | Language | Cloud Services | Arch Support | Description | Build Status |
88
| -------------------------------------------------------- | ---------------- | ------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------- | ------------- |
9-
| [api](./src/api) | Node.js | | amd64 arm64 | Orchestrating services for consumption by Storefront | |
10-
| [assets](./src/assets) | Node.js | | amd64 arm64 | Populates initial images to be consumed by Catalogue service | |
11-
| [carts](./src/carts) | Java | Autonomous DB (ATP) | amd64 | Provides shopping carts for users | |
12-
| [catalogue](./src/catalogue) | Go | Autonomous DB (ATP) | amd64 arm64 | Provides catalogue/product information stored on Oracle Autonomous Database. Uses GOdror with GoKit and OCI Service Broker | |
13-
| [dbtools](./src/dbtools) | Oracle DB Client | Autonomous DB (ATP) | amd64 arm64 | Simple image with Oracle Instant Client, SQLce and dev tools | |
14-
| [edge-router](./src/edge-router) | traefik | Development only | amd64 | Optional Edge routing container for MuShop backend/frontend services. Used for running development environments | |
15-
| [events](./src/events) | Go | OCI Streaming | amd64 | Capture events on the Storefront and showcase OCI Streams | |
16-
| [fulfillment](./src/fulfillment) | Micronaut | | amd64 | fulfillment service showcasing Micronaut and Java | |
17-
| [newsletter-subscription](./src/newsletter-subscription) | Javascript | | amd64 | Javascript Function showcasing email service | |
18-
| [load](./src/load) | Locust | | amd64 arm64 | Capture events on the Storefront | |
19-
| [orders](./src/orders) | Java | Autonomous DB (ATP) | amd64 | Orders service using Springboot | |
20-
| [payment](./src/payment) | Go | | amd64 arm64 | Payment processing service | |
21-
| [storefront](./src/storefront) | Node.js | | amd64 arm64 | Responsive eCommerce storefront single page application built on microservices | |
22-
| [user](./src/user) | TypeScript | Autonomous DB (ATP) | amd64 | Customer account service + AuthN | |
9+
| [api](./api) | Node.js | | amd64 arm64 | Orchestrating services for consumption by Storefront | |
10+
| [assets](./assets) | Node.js | | amd64 arm64 | Populates initial images to be consumed by Catalogue service | |
11+
| [carts](./carts) | Java | Autonomous DB (ATP) | amd64 | Provides shopping carts for users | |
12+
| [catalogue](./catalogue) | Go | Autonomous DB (ATP) | amd64 arm64 | Provides catalogue/product information stored on Oracle Autonomous Database. Uses GOdror with GoKit and OCI Service Broker | |
13+
| [dbtools](./dbtools) | Oracle DB Client | Autonomous DB (ATP) | amd64 arm64 | Simple image with Oracle Instant Client, SQLce and dev tools | |
14+
| [edge-router](./edge-router) | traefik | Development only | amd64 | Optional Edge routing container for MuShop backend/frontend services. Used for running development environments | |
15+
| [events](./events) | Go | OCI Streaming | amd64 | Capture events on the Storefront and showcase OCI Streams | |
16+
| [fulfillment](./fulfillment) | Micronaut | | amd64 | fulfillment service showcasing Micronaut and Java | |
17+
| [newsletter-subscription](./newsletter-subscription) | Javascript | | amd64 | Javascript Function showcasing email service | |
18+
| [load](./load) | Locust | | amd64 arm64 | Capture events on the Storefront | |
19+
| [orders](./orders) | Java | Autonomous DB (ATP) | amd64 | Orders service using Springboot | |
20+
| [payment](./payment) | Go | | amd64 arm64 | Payment processing service | |
21+
| [storefront](./storefront) | Node.js | | amd64 arm64 | Responsive eCommerce storefront single page application built on microservices | |
22+
| [user](./user) | TypeScript | Autonomous DB (ATP) | amd64 | Customer account service + AuthN | |
2323

2424
## Building
2525

@@ -59,12 +59,12 @@ Testing MuShop Services APIs with Postman.
5959

6060
| Service | Postman |
6161
| -------------------------------------------------------- | ------------------------------------------------------------------------------ |
62-
| [catalogue](./src/catalogue) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_catalogue] |
63-
| [user](./src/user) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_user] |
64-
| [payment](./src/payment) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_payment] |
65-
| [api](./src/api) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_api] |
62+
| [catalogue](./catalogue) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_catalogue] |
63+
| [user](./user) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_user] |
64+
| [payment](./payment) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_payment] |
65+
| [api](./api) | [![Run in Postman](https://run.pstmn.io/button.svg)][postman_button_api] |
6666

6767
[postman_button_catalogue]: https://god.gw.postman.com/run-collection/29850-a9fbedc3-2178-442c-9bee-7fd8c52194b1?action=collection%2Ffork&collection-url=entityId%3D29850-a9fbedc3-2178-442c-9bee-7fd8c52194b1%26entityType%3Dcollection%26workspaceId%3D8e00caeb-8484-4be3-aa3c-3c3721e169b7
6868
[postman_button_user]: https://god.gw.postman.com/run-collection/29850-d02fc1f5-cec7-4f00-9f25-092e64e7f726?action=collection%2Ffork&collection-url=entityId%3D29850-d02fc1f5-cec7-4f00-9f25-092e64e7f726%26entityType%3Dcollection%26workspaceId%3D8e00caeb-8484-4be3-aa3c-3c3721e169b7
6969
[postman_button_payment]: https://god.gw.postman.com/run-collection/29850-cd57303a-f3df-4a22-8e18-09cd2218d94a?action=collection%2Ffork&collection-url=entityId%3D29850-cd57303a-f3df-4a22-8e18-09cd2218d94a%26entityType%3Dcollection%26workspaceId%3D8e00caeb-8484-4be3-aa3c-3c3721e169b7
70-
[postman_button_api]: ()
70+
[postman_button_api]: ()

0 commit comments

Comments
 (0)